Skip to content

Commit c370b53

Browse files
committed
host-ctr: move to go 1.23
1 parent fd5148f commit c370b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host-ctr/host-ctr.spec

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

4646
%build
47-
export GO_MAJOR="1.22"
47+
export GO_MAJOR="1.23"
4848

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

0 commit comments

Comments
 (0)