Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #148

Bump github.com/spf13/cobra from 1.7.0 to 1.8.1

Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 #148

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: go-${{ hashFiles('**/go.sum') }}
restore-keys: go-
- run: make fmtcheck
- run: make test