We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b15b86 commit d4d9bc3Copy full SHA for d4d9bc3
1 file changed
Makefile
@@ -10,7 +10,7 @@ PLATFORMS ?= linux_amd64 linux_arm64
10
-include build/makelib/output.mk
11
12
# Setup Go
13
-GO_REQUIRED_VERSION ?= 1.24
+GO_REQUIRED_VERSION ?= 1.25
14
NPROCS ?= 1
15
GOLANGCILINT_VERSION = 2.1.2
16
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
0 commit comments