Populating errors from all Makefile (#8268)

THis PR populating errors from all Makefile, so any PR test can
be fully checked correctly. See #8265 for releated issue

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-07-09 22:04:24 -07:00
committed by GitHub
parent 7660f4c541
commit 568a4ec697
3 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ GOLANG_VERSION ?= $(shell cat .go-version)
STRIP_FLAGS?=-s -w
LDFLAGS?=-ldflags="$(STRIP_FLAGS) -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)"
.SHELLFLAGS := -e -c
export GOSUMDB = sum.golang.org
export GOTOOLCHAIN = go$(GOLANG_VERSION)