We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256559b commit 3f840a6Copy full SHA for 3f840a6
.github/workflows/go.yml
@@ -21,9 +21,9 @@ jobs:
21
go-version: 1.21
22
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v1.54
+ version: v2.1
27
28
- name: Test
29
run: go test -v ./...
@@ -63,4 +63,4 @@ jobs:
63
file: ./Dockerfile
64
platforms: linux/amd64,linux/arm64,linux/arm/v8
65
push: true
66
- tags: ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
+ tags: ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
0 commit comments