We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe1c1d commit 41d9e65Copy full SHA for 41d9e65
.github/workflows/pr-presubmit-checks.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version: ${{ env.GO_VERSION }}
28
check-latest: true
29
- name: Lint
30
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
31
with:
32
version: 'latest'
33
0 commit comments