Skip to content

Commit 661300e

Browse files
authored
Dummy change to trigger build (#1928)
1 parent c91d783 commit 661300e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/go-runner/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GOLANG_ARCHIVE_PATH=$(GO_VERSION_DIRECTORY)/archives/$(GOOS)/$(ARCH_LOWER)/$(GO_
2828
ARCHITECTURES="amd64" "arm64"
2929

3030
AL_TAG?=2
31-
# Remove 20 from 2023 for latest image tags
31+
# Strip 20 from 2023 for latest image tags
3232
AL_TAG_LATEST=$(subst 20,,$(AL_TAG))
3333
BASE_IMAGE_REPO?=public.ecr.aws/eks-distro-build-tooling
3434
BASE_IMAGE_NAME?=eks-distro-minimal-base
@@ -140,4 +140,4 @@ clean:
140140

141141
define BASE_TAG_FROM_TAG_FILE
142142
$(shell yq e ".al$(AL_TAG).\"$(1)\"" $(BASE_DIRECTORY)/EKS_DISTRO_TAG_FILE.yaml)
143-
endef
143+
endef

0 commit comments

Comments
 (0)