Skip to content

Commit

Permalink
update golanci-lint action
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Lancaster <malancas@github.com>
  • Loading branch information
malancas authored and vanbroup committed Aug 21, 2023
1 parent ff9e270 commit c86b13a
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 @@ -16,10 +16,10 @@ jobs:
- name: Get dependencies
run: go get -v -t -d ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
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.46
version: v1.53

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

0 comments on commit c86b13a

Please sign in to comment.