File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 - name : Run golangci-lint
15- uses : golangci/golangci-lint-action@v6
15+ uses : golangci/golangci-lint-action@v9
1616 with :
1717 version : v1.55.2
1818 test :
1919 name : go test
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 - name : Set up Go
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@v6
2626 with :
27- go-version : 1.21.6
27+ go-version : 1.25.5
2828 - name : Set up gotestfmt
2929 uses : GoTestTools/gotestfmt-action@v2
30- - uses : actions/cache@v4
30+ - uses : actions/cache@v5
3131 with :
3232 path : |
3333 ~/go/pkg/mod
4949 go tool cover -func /tmp/coverage.out
5050 echo "::endgroup::"
5151 - name : Upload test log
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 if : always()
5454 with :
5555 name : test-results
@@ -63,12 +63,12 @@ jobs:
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 - name : Set up Go
68- uses : actions/setup-go@v5
68+ uses : actions/setup-go@v6
6969 with :
70- go-version : 1.21.6
71- - uses : actions/cache@v4
70+ go-version : 1.25.5
71+ - uses : actions/cache@v5
7272 with :
7373 path : |
7474 ~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments