File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v4
88 - uses : actions/setup-go@v5
99 with :
10- go-version : " 1.21.6 "
10+ go-version : " 1.22.1 "
1111 - run : date
1212 - run : go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v4
88 - uses : actions/setup-go@v5
99 with :
10- go-version : " 1.21.6 "
10+ go-version : " 1.22.1 "
1111 - name : golangci-lint
1212 uses : golangci/golangci-lint-action@v4
1313 with :
Original file line number Diff line number Diff line change 2222 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2323 - uses : actions/setup-go@v5
2424 with :
25- go-version : " 1.21.6 "
25+ go-version : " 1.22.1 "
2626 - run : make test
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-go@v5
2525 with :
26- go-version : " 1.21.6 "
26+ go-version : " 1.22.1 "
2727 - env :
2828 TARGET : ${{ matrix.target }}
2929 run : |
Original file line number Diff line number Diff line change 11module go.etcd.io/raft/v3
22
3- go 1.21
3+ go 1.22
4+
5+ toolchain go1.22.1
46
57require (
68 github.com/cockroachdb/datadriven v1.0.2
Original file line number Diff line number Diff line change 11module go.etcd.io/raft/tools/v3
22
3- go 1.21
3+ go 1.22
4+
5+ toolchain go1.22.1
46
57require (
68 github.com/alexkohler/nakedret v1.0.0
You can’t perform that action at this time.
0 commit comments