Skip to content

Commit

Permalink
build: Upgrade go to v1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Jan 13, 2025
1 parent 35cdb51 commit c5ccb77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies", "rpm")
go_rules_dependencies()

go_register_toolchains(
go_version = "1.22.10",
go_version = "1.23.4",
nogo = "@//:nogo_vet",
)

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 kubevirt.io/kubevirt

go 1.22.0
go 1.23.0

require (
github.com/cheggaaa/pb/v3 v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion hack/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG SONOBUOY_ARCH
ARG BAZEL_ARCH

ENV BAZEL_VERSION=5.4.1
ENV GIMME_GO_VERSION=1.22.10
ENV GIMME_GO_VERSION=1.23.4
ENV OPERATOR_COURIER_VERSION=2.1.11
ENV SONOBUOY_VERSION=0.56.9
ENV GOLANGCI_LINT_VERSION=v1.60.1
Expand Down

0 comments on commit c5ccb77

Please sign in to comment.