Skip to content

Commit 1cf354b

Browse files
authored
chore: revert to go 1.24 (#675)
1 parent 6dc9407 commit 1cf354b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44
RUN yum install -y git tar gzip make unzip gcc rsync wget jq curl
5-
ARG GO_MINOR_VERSION=1.25
5+
ARG GO_MINOR_VERSION=1.24
66
RUN curl https://go.dev/dl/?mode=json | jq -r .[].version | grep "^go${GO_MINOR_VERSION}" | head -n1 > go-version.txt
77
RUN wget -O go.tar.gz https://go.dev/dl/$(cat go-version.txt).${TARGETOS}-${TARGETARCH}.tar.gz && \
88
rm -rf /usr/local/go && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-k8s-tester
22

3-
go 1.25.0
3+
go 1.24.4
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.8

0 commit comments

Comments
 (0)