We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914be20 commit f946810Copy full SHA for f946810
.github/workflows/pr-build-test.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Go
48
uses: actions/setup-go@v5
49
with:
50
- go-version: "~1.23.0"
+ go-version: "~1.24.4"
51
52
- name: Cache tools
53
uses: actions/cache@v4
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.4
2
-FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
3
4
# Set build arguments early
5
ARG TARGETARCH
go.mod
@@ -1,8 +1,6 @@
module github.com/aws/amazon-cloudwatch-agent-operator
-go 1.23.0
-
-toolchain go1.23.7
+go 1.24.4
6
7
retract v1.51.0
8
0 commit comments