Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Jan 24, 2023
1 parent a0938b4 commit f75d6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3.4.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.43
version: latest

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit f75d6fe

Please sign in to comment.