mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Repo controlled Go version (#6526)
* Repo controlled Go version Signed-off-by: xdu31 <jasonxdu@amazon.com> * Bump to go1.21.8 for CVE update Signed-off-by: xdu31 <jasonxdu@amazon.com> --------- Signed-off-by: xdu31 <jasonxdu@amazon.com>
This commit is contained in:
@@ -52,6 +52,10 @@ NAME:=coredns
|
||||
VERSION:=$(shell grep 'CoreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
|
||||
GITHUB:=coredns
|
||||
LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64
|
||||
GOLANG_VERSION ?= $(shell cat .go-version)
|
||||
|
||||
export GOSUMDB = sum.golang.org
|
||||
export GOTOOLCHAIN = go$(GOLANG_VERSION)
|
||||
|
||||
all:
|
||||
@echo Use the 'release' target to build a release
|
||||
|
||||
Reference in New Issue
Block a user