File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v6
1919 - uses : actions/setup-go@v6
2020 with :
21- go-version : " 1.23 "
21+ go-version : " 1.26 "
2222 cache : true
2323 - name : Install govulncheck
2424 run : go install golang.org/x/vuln/cmd/govulncheck@latest
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- go-version : ["1.21 ", "1.22 ", "1.23 "]
17+ go-version : ["1.24 ", "1.25 ", "1.26 "]
1818 env :
1919 GOFLAGS : -mod=vendor
2020 steps :
3939 - uses : actions/checkout@v6
4040 - uses : actions/setup-go@v6
4141 with :
42- go-version : " 1.23 "
42+ go-version : " 1.26 "
4343 cache : true
4444 - name : Race tests
4545 run : go test -race -v -timeout 2m -failfast ./...
5353 - uses : actions/checkout@v6
5454 - uses : actions/setup-go@v6
5555 with :
56- go-version : " 1.23 "
56+ go-version : " 1.26 "
5757 cache : true
5858 - name : Integration tests
5959 run : go test -race -v -timeout 2m -failfast -tags=integration ./cmd/...
6767 - uses : actions/checkout@v6
6868 - uses : actions/setup-go@v6
6969 with :
70- go-version : " 1.23 "
70+ go-version : " 1.26 "
7171 cache : true
7272 - name : Generate coverage
7373 run : go test -v -timeout 2m -failfast -covermode atomic -coverprofile=.covprofile ./...
8585 - uses : actions/checkout@v6
8686 - uses : actions/setup-go@v6
8787 with :
88- go-version : " 1.23 "
88+ go-version : " 1.26 "
8989 cache : true
9090 - name : Check vendor tree
9191 run : |
You can’t perform that action at this time.
0 commit comments