Skip to content

Commit

Permalink
bumpier bump of golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed May 15, 2024
1 parent 78771ce commit 2b31dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FORMATTER?=$(GOBIN)/goimports

CRI=docker
CRI_COMMAND_BASE=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} $(DOCKER_EXTRA_ARGS)
GOLANGCI_LINT_VERSION=v1.56
GOLANGCI_LINT_VERSION=v1.58.1
GOLANGCI_LINT_IMAGE=golangci/golangci-lint:${GOLANGCI_LINT_VERSION}
GOLANGCI_LINT=${CRI_COMMAND_BASE} -v $(CURDIR):/app -w /app -e GOLANGCI_LINT_CACHE=/tmp/.cache -e GOCACHE=/tmp/.cache ${GOLANGCI_LINT_IMAGE} golangci-lint

Expand Down

0 comments on commit 2b31dc2

Please sign in to comment.