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 82d7169 commit 2757f4eCopy full SHA for 2757f4e
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
run: echo "GOLANGCI_LINT_VERSION=$(awk -F '=' '/^GOLANGCI_LINT_VERSION *=/{print $2}' Makefile)" >> "$GITHUB_OUTPUT"
47
48
- name: Run golangci-lint
49
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
50
with:
51
version: ${{ steps.golangci_lint_version.outputs.GOLANGCI_LINT_VERSION }}
52
args: --timeout 5m0s
0 commit comments