Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint-action action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2022
1 parent bb1e53c commit 688af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff --no-patch --exit-code
- name: Run linters
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v3.2.0
with:
# renovate: depName=golangci/golangci-lint
version: v1.46.0
Expand Down

0 comments on commit 688af4d

Please sign in to comment.