From 886bb85849edf08883cd0d19c107edbb8e7b1e04 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 9 Jul 2026 21:12:49 -0700 Subject: [PATCH] Test: populating build test failure (#8265) * Test: populating build test failure The current build test won't populating the failure caused issue undetected: See https://github.com/coredns/coredns/issues/8228#issuecomment-4931425842 Signed-off-by: Yong Tang * Pupulate error from Makefile Signed-off-by: Yong Tang --------- Signed-off-by: Yong Tang --- Makefile.release | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.release b/Makefile.release index 8eb24b420..edbd50aae 100644 --- a/Makefile.release +++ b/Makefile.release @@ -54,6 +54,8 @@ GITHUB:=coredns LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64 loong64 GOLANG_VERSION ?= $(shell cat .go-version) +.SHELLFLAGS := -e -c + export GOSUMDB = sum.golang.org export GOTOOLCHAIN = go$(GOLANG_VERSION)