We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9956c63 + 4e11773 commit 6dab394Copy full SHA for 6dab394
.github/workflows/ci-lint.yml
@@ -48,7 +48,7 @@ jobs:
48
# Skip this step for dependabot pull requests.
49
if: always() && github.actor != 'dependabot[bot]'
50
- name: Lint Go
51
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
52
with:
53
version: v2.5.0
54
# Always run this step so that all linting errors can be seen at once.
0 commit comments