Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 9fb7b1e

Browse files
Bump golint for go 1.21 compatibility
Signed-off-by: Darren Shepherd <darren@acorn.io>
1 parent d4b6385 commit 9fb7b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setup-ci-image:
2020
docker build -t acorn:v-ci .
2121
docker save acorn:v-ci | docker exec -i $$(docker ps | grep k3s | awk '{print $$1}') ctr --address /run/k3s/containerd/containerd.sock images import -
2222

23-
GOLANGCI_LINT_VERSION ?= v1.51.1
23+
GOLANGCI_LINT_VERSION ?= v1.54.2
2424
setup-env:
2525
if ! command -v golangci-lint &> /dev/null; then \
2626
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \

0 commit comments

Comments
 (0)