Skip to content

Commit

Permalink
bump golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxihafer committed Nov 16, 2023
1 parent b987414 commit 37b2b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tested with golangci/golangci-lint:v1.54.2
# tested with golangci/golangci-lint:v1.55.2

linters:
enable-all: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golangci/golangci-lint:v1.54.2
FROM golangci/golangci-lint:v1.55.2

ENV LINT_NAME="mittwald-golangci" \
LINT_ID="1000" \
Expand Down

0 comments on commit 37b2b8e

Please sign in to comment.