Skip to content

Commit

Permalink
Update crane and golangci-lint (#773)
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
Co-authored-by: Steve Beattie <[email protected]>
  • Loading branch information
egibs and stevebeattie authored Jan 21, 2025
1 parent 247766c commit f099e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LINTERS :=
FIXERS :=

GOLANGCI_LINT_CONFIG := $(LINT_ROOT)/.golangci.yml
GOLANGCI_LINT_VERSION ?= v1.62.0
GOLANGCI_LINT_VERSION ?= v1.63.4
GOLANGCI_LINT_BIN := $(LINT_ROOT)/out/linters/golangci-lint-$(GOLANGCI_LINT_VERSION)-$(LINT_ARCH)
$(GOLANGCI_LINT_BIN):
mkdir -p $(LINT_ROOT)/out/linters
Expand Down Expand Up @@ -174,7 +174,7 @@ refresh-sample-testdata: out/$(SAMPLES_REPO)/.decompressed-$(SAMPLES_COMMIT) out
./out/mal refresh

ARCH ?= $(shell uname -m)
CRANE_VERSION=v0.20.2
CRANE_VERSION=v0.20.3
out/crane-$(ARCH)-$(CRANE_VERSION):
mkdir -p out
GOBIN=$(CURDIR)/out go install github.com/google/go-containerregistry/cmd/crane@$(CRANE_VERSION)
Expand Down

0 comments on commit f099e82

Please sign in to comment.