We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31e33 commit 1aca9f4Copy full SHA for 1aca9f4
.github/workflows/lint.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Checkout code
19
uses: actions/checkout@v4
20
- name: Run linters
21
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
22
with:
23
version: latest
0 commit comments