Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#34)
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: Joakim Sørensen <ludeeus@ludeeus.dev>
  • Loading branch information
dependabot[bot] and ludeeus authored Mar 16, 2023
1 parent 0a0be73 commit 8643fff
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 @@ -7,7 +7,7 @@ on:
pull_request:

env:
GOLANG_LINT_VERSION: "v1.31"
GOLANG_LINT_VERSION: "v1.51.2"

jobs:
golangci:
Expand All @@ -16,7 +16,7 @@ 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:
version: ${{ env.GOLANG_LINT_VERSION }}
args: -D errcheck

0 comments on commit 8643fff

Please sign in to comment.