Skip to content

Commit 7cc9e0b

Browse files
committed
build: Bump golangci-lint to v1.64.5
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 45a11fd commit 7cc9e0b

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
@@ -3,7 +3,7 @@ GOCMD = go
33
GOTEST = $(GOCMD) test
44
WASIRUN_WRAPPER := $(CURDIR)/scripts/wasirun-wrapper
55

6-
GOLANGCI_VERSION ?= v1.63.4
6+
GOLANGCI_VERSION ?= v1.64.5
77
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
88

99
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)

0 commit comments

Comments
 (0)