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 62a88eb commit cde85eeCopy full SHA for cde85ee
.github/workflows/pr.yaml
@@ -25,7 +25,7 @@ jobs:
25
go-version-file: go.mod
26
cache: false
27
- run: echo "GOLANGCI_LINT_VERSION=$(go list -m -f '{{.Version}}' github.com/golangci/golangci-lint)" >> $GITHUB_ENV
28
- - uses: golangci/golangci-lint-action@v5
+ - uses: golangci/golangci-lint-action@v6
29
with:
30
version: ${{ env.GOLANGCI_LINT_VERSION }}
31
only-new-issues: true
.github/workflows/push.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
0 commit comments