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 66 name : Check
77 strategy :
88 matrix :
9- go-version : [1.18 .x, 1.19 .x, 1.20.x, 1.21 .x]
9+ go-version : [1.22 .x, 1.23 .x, 1.24 .x]
1010 os : [ubuntu-latest]
1111 runs-on : ${{ matrix.os }}
1212 steps :
1313 - name : Set up Go
14- uses : actions/setup-go@v4
14+ uses : actions/setup-go@v5
1515 with :
1616 go-version : ${{ matrix.go-version }}
1717 - name : check out
1818 uses : actions/checkout@v4
1919 - name : install tools
2020 run : " go install golang.org/x/tools/cmd/goimports@latest"
2121 - name : golangci-lint
22- uses : golangci/golangci-lint-action@v3
22+ uses : golangci/golangci-lint-action@v7
2323 with :
2424 version : latest
2525 args : --timeout=5m
2626 - name : check
2727 run : make ci-check
2828 - name : upload coverage
29- uses : codecov/codecov-action@v3
29+ uses : codecov/codecov-action@v5
3030 with :
3131 token : ${{ secrets.CODECOV_TOKEN }}
3232
You can’t perform that action at this time.
0 commit comments