Skip to content

Commit

Permalink
Merge pull request #1473 from ingvagabund/bump-golangci-lint
Browse files Browse the repository at this point in the history
bump(github.com/golangci/golangci-lint)=v1.59.1
  • Loading branch information
k8s-ci-robot authored Jul 20, 2024
2 parents 0c9750c + b60a3fc commit 9220a1c
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 @@ -26,7 +26,7 @@ ARCHS = amd64 arm arm64

LDFLAGS=-ldflags "-X ${LDFLAG_LOCATION}.version=${VERSION} -X ${LDFLAG_LOCATION}.buildDate=${BUILD} -X ${LDFLAG_LOCATION}.gitbranch=${BRANCH} -X ${LDFLAG_LOCATION}.gitsha1=${SHA1}"

GOLANGCI_VERSION := v1.58.1
GOLANGCI_VERSION := v1.59.1
HAS_GOLANGCI := $(shell ls _output/bin/golangci-lint 2> /dev/null)

GOFUMPT_VERSION := v0.4.0
Expand Down

0 comments on commit 9220a1c

Please sign in to comment.