We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d1a856 + 1bb2df9 commit 04b9f37Copy full SHA for 04b9f37
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: 1.20.10
23
- uses: actions/checkout@v4
24
- name: golangci-lint
25
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
26
with:
27
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
28
version: v1.53
0 commit comments