We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc9407 commit 1cf354bCopy full SHA for 1cf354b
Dockerfile
@@ -2,7 +2,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2 AS builder
2
ARG TARGETOS
3
ARG TARGETARCH
4
RUN yum install -y git tar gzip make unzip gcc rsync wget jq curl
5
-ARG GO_MINOR_VERSION=1.25
+ARG GO_MINOR_VERSION=1.24
6
RUN curl https://go.dev/dl/?mode=json | jq -r .[].version | grep "^go${GO_MINOR_VERSION}" | head -n1 > go-version.txt
7
RUN wget -O go.tar.gz https://go.dev/dl/$(cat go-version.txt).${TARGETOS}-${TARGETARCH}.tar.gz && \
8
rm -rf /usr/local/go && \
go.mod
@@ -1,6 +1,6 @@
1
module github.com/aws/aws-k8s-tester
-go 1.25.0
+go 1.24.4
require (
github.com/aws/aws-sdk-go v1.55.8
0 commit comments