Skip to content

Commit

Permalink
chore(deps): update CoreDNS to v1.11.1 (#7523)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored and kumahq[bot] committed Aug 16, 2023
1 parent acca091 commit 6c14c85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mk/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ BUILD_ARTIFACTS_DIR ?= $(BUILD_DIR)/artifacts-${GOOS}-${GOARCH}
BUILD_KUMACTL_DIR := ${BUILD_ARTIFACTS_DIR}/kumactl
export PATH := $(BUILD_KUMACTL_DIR):$(PATH)

<<<<<<< HEAD
GO_BUILD := GOOS=${GOOS} GOARCH=${GOARCH} CGO_ENABLED=${CGO_ENABLED} go build -v $(GOFLAGS) $(LD_FLAGS)
GO_BUILD_COREDNS := GOOS=${GOOS} GOARCH=${GOARCH} CGO_ENABLED=${CGO_ENABLED} go build -v
=======
# An optional extension to the coredns packages
COREDNS_EXT ?=
COREDNS_VERSION = v1.11.1
>>>>>>> 0e4b2af68 (chore(deps): update CoreDNS to v1.11.1 (#7523))

COREDNS_GIT_REPOSITORY ?= https://github.com/coredns/coredns.git
COREDNS_VERSION ?= v1.10.1
Expand Down

0 comments on commit 6c14c85

Please sign in to comment.