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,34 +10,35 @@ jobs:
1010
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414
1515 - name : Set up Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
18- go-version : ' 1.26'
18+ go-version-file : go.mod
19+ cache-dependency-path : go.sum
1920
2021 - name : Run tests
2122 run : go test -v ./...
2223
2324 - name : Run lint
24- uses : golangci/golangci-lint-action@v7
25+ uses : golangci/golangci-lint-action@v9
2526 with :
26- version : v2.11.4
27+ version : v2.12.2
2728
2829 build-images :
2930 needs : build
3031 runs-on : ubuntu-latest
3132 steps :
3233 - name : Checkout
33- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3435
3536 - name : Set up QEMU
36- uses : docker/setup-qemu-action@v1
37+ uses : docker/setup-qemu-action@v4
3738
3839 - name : Set up Docker Buildx
3940 id : buildx
40- uses : docker/setup-buildx-action@v1
41+ uses : docker/setup-buildx-action@v4
4142
4243 - name : Available platforms
4344 run : echo ${{ steps.buildx.outputs.platforms }}
You can’t perform that action at this time.
0 commit comments