Skip to content

Commit 7d08d81

Browse files
authored
Merge pull request #132 from aws/go-version-upgrade-1.24.5
Increase golang version to 1.24.5
2 parents 78504f0 + fe8735a commit 7d08d81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker_image_resources/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Stage 1: Build the IAM Roles Anywhere Credential Helper from source
22
# Version pinned to most recent stable release
3-
FROM --platform=$TARGETPLATFORM public.ecr.aws/amazonlinux/amazonlinux:2023.7.20250527.1 AS builder
3+
FROM --platform=$TARGETPLATFORM public.ecr.aws/amazonlinux/amazonlinux:2023.8.20250721.2 AS builder
44

55
# Add build arguments
66
ARG TARGETARCH
77
ARG VERSION
88

99
# Install build dependencies
1010
RUN dnf install -y \
11-
golang-1.24.3-1.amzn2023.0.1 \
11+
golang-1.24.5-1.amzn2023.0.1 \
1212
make \
1313
&& dnf clean all
1414

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/aws/rolesanywhere-credential-helper
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.23.7
5+
toolchain go1.24.5
66

77
require (
88
github.com/aws/aws-sdk-go-v2 v1.36.1

0 commit comments

Comments
 (0)