Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phisco-renovate[bot] authored Apr 21, 2024
1 parent 90833c1 commit 4e1433f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
# Common versions
GO_VERSION: '1.22.0'
GOLANGCI_VERSION: 'v1.56.2'
GOLANGCI_VERSION: 'v1.57.2'
DOCKER_BUILDX_VERSION: 'v0.10.0'

# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GO_TEST_PACKAGES = $(GO_PROJECT)/test/e2e
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION)
GO_SUBDIRS += cmd internal apis
GO111MODULE = on
GOLANGCILINT_VERSION = 1.56.2
GOLANGCILINT_VERSION = 1.57.2
GO_LINT_ARGS ?= "--fix"

-include build/makelib/golang.mk
Expand Down

0 comments on commit 4e1433f

Please sign in to comment.