Skip to content

Commit d4d9bc3

Browse files
committed
fix(ci): resolve lint check failure
- Update GO_REQUIRED_VERSION from 1.24 to 1.25 in Makefile to match go.mod Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent 4b15b86 commit d4d9bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PLATFORMS ?= linux_amd64 linux_arm64
1010
-include build/makelib/output.mk
1111

1212
# Setup Go
13-
GO_REQUIRED_VERSION ?= 1.24
13+
GO_REQUIRED_VERSION ?= 1.25
1414
NPROCS ?= 1
1515
GOLANGCILINT_VERSION = 2.1.2
1616
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

0 commit comments

Comments
 (0)