File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 check-latest : true
3030
3131 - name : Cache Go modules
32- uses : actions/cache@v5
32+ uses : actions/cache@v6
3333 with :
3434 path : |
3535 ~/go/pkg/mod
Original file line number Diff line number Diff line change 2828 go-version : " ${{ steps.settings.outputs.go_version }}"
2929 check-latest : true
3030 - name : Cache Go modules
31- uses : actions/cache@v5
31+ uses : actions/cache@v6
3232 with :
3333 path : |
3434 ~/go/pkg/mod
6060 - name : staticcheck
6161 run : staticcheck ./...
6262 - name : golangci-lint
63- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee
63+ uses : golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a
6464 # with:
6565 # version: "${{ steps.settings.outputs.golangci_lint_version }}"
Original file line number Diff line number Diff line change 7474 check-latest : true
7575
7676 - name : Cache Go modules
77- uses : actions/cache@v5
77+ uses : actions/cache@v6
7878 with :
7979 path : |
8080 ~/go/pkg/mod
Original file line number Diff line number Diff line change 2626 go-version : " ${{ steps.settings.outputs.go_version }}"
2727 check-latest : true
2828 - name : Cache Go modules
29- uses : actions/cache@v5
29+ uses : actions/cache@v6
3030 with :
3131 path : |
3232 ~/go/pkg/mod
Original file line number Diff line number Diff line change 2424 go-version : " ${{ steps.settings.outputs.go_version }}"
2525 check-latest : true
2626 - name : Cache Go modules
27- uses : actions/cache@v5
27+ uses : actions/cache@v6
2828 with :
2929 path : |
3030 ~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments