We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a324422 commit b386570Copy full SHA for b386570
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: "1.21"
26
- uses: actions/checkout@v4
27
- name: golangci-lint
28
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
29
with:
30
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
31
version: v1.54.2
0 commit comments