We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8703 commit 6b1edeaCopy full SHA for 6b1edea
.github/workflows/golangci-lint.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: stable
17
- uses: actions/checkout@v4
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
20
with:
21
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
22
version: latest
0 commit comments