Skip to content

Commit

Permalink
update golang in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Feb 14, 2024
1 parent 1597ece commit 83bb029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eks-distro-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ BASE_GOLANG_VARIANT_VERSIONS=1.18 1.19 1.20 1.21

GOLANG_1.18_FULL_VERSION=1.18.10-8
GOLANG_1.19_FULL_VERSION=1.19.13-14
GOLANG_1.20_FULL_VERSION=1.20.13-14
GOLANG_1.21_FULL_VERSION=1.21.6-7
GOLANG_1.20_FULL_VERSION=1.20.14-15
GOLANG_1.21_FULL_VERSION=1.21.7-8
GOLANG_1.22_FULL_VERSION=1.22.0-0

BASE_GOLANG_COMPILER_VARIANT_VERSIONS=$(foreach ver,$(BASE_GOLANG_VARIANT_VERSIONS),$(addprefix $(ver)-,$(BASE_COMPILER_VARIANT_VERSIONS)))
# ************************************************************
Expand Down

0 comments on commit 83bb029

Please sign in to comment.