We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c412c commit 524fa3dCopy full SHA for 524fa3d
.github/workflows/golangci-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
cache: false
18
go-version: ^1.22
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v6.1.1
+ uses: golangci/golangci-lint-action@v6.4.1
21
with:
22
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
23
version: v1.62.2
0 commit comments