File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- go : ["1.24 ", "1.25 "]
17+ go : ["1.25 ", "1.26 "]
1818 steps :
1919 - uses : actions/checkout@v6
2020 - uses : actions/setup-go@v6
2323 - name : Run tests
2424 run : |
2525 go test -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
26- - if : ${{ matrix.go == '1.25 ' }}
26+ - if : ${{ matrix.go == '1.26 ' }}
2727 uses : shogo82148/actions-goveralls@v1
2828 with :
2929 path-to-profile : coverage.txt
@@ -35,12 +35,12 @@ jobs:
3535 - uses : actions/checkout@v6
3636 - uses : actions/setup-go@v6
3737 with :
38- go-version : " 1.25 "
38+ go-version : " 1.26 "
3939 cache : false
4040 - name : Run lint
4141 uses : golangci/golangci-lint-action@v9
4242 with :
43- version : v2.8
43+ version : v2.9
4444 args : --timeout 5m
4545
4646 govulncheck :
You can’t perform that action at this time.
0 commit comments