Skip to content

Commit bd23151

Browse files
committed
host-ctr: bump go to 1.24
Signed-off-by: Kyle Sessions <[email protected]>
1 parent 973ccf0 commit bd23151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/host-ctr/host-ctr.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
4545
cp -r %{_builddir}/sources/%{workspace_name}/* .
4646

4747
%build
48-
export GO_MAJOR="1.23"
48+
export GO_MAJOR="1.24"
4949

5050
%set_cross_go_flags
5151
go build -ldflags="${GOLDFLAGS}" -o host-ctr ./cmd/host-ctr

sources/host-ctr/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module host-ctr
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.23.3
5+
toolchain go1.24.6
66

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

0 commit comments

Comments
 (0)