Skip to content

Commit

Permalink
chore: bump golang to v1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
  • Loading branch information
starbops committed Jan 9, 2025
1 parent 56a51f4 commit 9a8e69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.22
FROM registry.suse.com/bci/golang:1.23

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/harvester/vm-dhcp-controller

go 1.22.8
go 1.23.4

replace (
github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
Expand Down

0 comments on commit 9a8e69b

Please sign in to comment.