We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8043ea commit 1a56dcfCopy full SHA for 1a56dcf
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: "1.22"
18
check-latest: true
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
21
with:
22
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
23
version: latest
0 commit comments