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 0d1c4b4 commit b40c919Copy full SHA for b40c919
.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
136
- run: echo $BUILD_TAG
137
138
- name: golangci-lint
139
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
140
with:
141
version: ${{ env.GOLANGCI_LINT_VERSION }}
142
args: --build-tags ${{ env.BUILD_TAG }} --modules-download-mode=readonly
0 commit comments