From af0cc59fe54213960d71a11427b70880859e5e5d Mon Sep 17 00:00:00 2001 From: iwanghc Date: Fri, 29 May 2026 10:23:29 +0800 Subject: [PATCH] Update Go compiler image in Makefile to use the internal registry path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e75326d55..26d5e4182 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ DOCKER_REGISTRY ?= 10.186.18.20 ## Dynamic Parameter GOLANGCI_LINT_IMAGE ?=golangci/golangci-lint:v1.64.8-alpine SCSPELL_IMAGE ?=gerrywastaken/scspell -GO_COMPILER_IMAGE ?= golang:1.24.0-bullseye-cross +GO_COMPILER_IMAGE ?= reg.actiontech.com/actiontech-dev/dms/golang:1.24.0-bullseye-cross RPM_BUILD_IMAGE ?= rpmbuild/centos7 ## Static Parameter, should not be overwrite