Skip to content

Commit 3f840a6

Browse files
committed
golangci-lint v2.1
1 parent 256559b commit 3f840a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
go-version: 1.21
2222

2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3
24+
uses: golangci/golangci-lint-action@v8
2525
with:
26-
version: v1.54
26+
version: v2.1
2727

2828
- name: Test
2929
run: go test -v ./...
@@ -63,4 +63,4 @@ jobs:
6363
file: ./Dockerfile
6464
platforms: linux/amd64,linux/arm64,linux/arm/v8
6565
push: true
66-
tags: ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
66+
tags: ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)