Skip to content

Commit f3ceddb

Browse files
committed
ci: bump golangci-lint action version and pin action version
- Update golangci-lint GitHub Action from v7 to v8 and specify version v2.1 instead of latest Signed-off-by: appleboy <[email protected]>
1 parent d0cf1f6 commit f3ceddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
go-version-file: go.mod
2929
check-latest: true
3030
- name: Setup golangci-lint
31-
uses: golangci/golangci-lint-action@v7
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: latest
33+
version: v2.1
3434
args: --verbose
3535
- uses: hadolint/[email protected]
3636
name: hadolint for Dockerfile

0 commit comments

Comments
 (0)