We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a11fd commit 7cc9e0bCopy full SHA for 7cc9e0b
Makefile
@@ -3,7 +3,7 @@ GOCMD = go
3
GOTEST = $(GOCMD) test
4
WASIRUN_WRAPPER := $(CURDIR)/scripts/wasirun-wrapper
5
6
-GOLANGCI_VERSION ?= v1.63.4
+GOLANGCI_VERSION ?= v1.64.5
7
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
8
9
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
0 commit comments