Skip to content

Commit

Permalink
update golangci-lint (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 4, 2024
1 parent 58503bb commit 208d828
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2
version: v1.59.1

go-mod-tidy:
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ linters:
- misspell
- nilerr
- prealloc
- predeclared
- revive
- usestdlibvars
- unconvert
- tenv
- tparallel
- wastedassign
- whitespace
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.22-alpine3.18
LINT_IMAGE = golangci/golangci-lint:v1.56.2
LINT_IMAGE = golangci/golangci-lint:v1.59.1

.PHONY: $(shell ls)

Expand Down

0 comments on commit 208d828

Please sign in to comment.