Skip to content

Commit f946810

Browse files
authored
Go bump 1.24.4 (#321)
* Go bump 1.24.4 * Update Dockerfile * Update goversion in lint workflow
1 parent 914be20 commit f946810

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/pr-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Go
4848
uses: actions/setup-go@v5
4949
with:
50-
go-version: "~1.23.0"
50+
go-version: "~1.24.4"
5151

5252
- name: Cache tools
5353
uses: actions/cache@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
33

44
# Set build arguments early
55
ARG TARGETARCH

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/aws/amazon-cloudwatch-agent-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.24.4
64

75
retract v1.51.0
86

0 commit comments

Comments
 (0)