Skip to content

Commit

Permalink
Update go to version 1.20.12 & bazel to 5.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Dec 19, 2023
1 parent abb922e commit a305776
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.1
5.4.1
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies", "rpm")
go_rules_dependencies()

go_register_toolchains(
go_version = "1.19.9",
go_version = "1.20.12",
nogo = "@//:nogo_vet",
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ replace (
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.2
)

go 1.19
go 1.20
4 changes: 2 additions & 2 deletions hack/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM quay.io/centos/centos:stream9
ARG SONOBUOY_ARCH
ARG BAZEL_ARCH

ENV BAZEL_VERSION=5.3.1
ENV GIMME_GO_VERSION=1.19.9
ENV BAZEL_VERSION=5.4.1
ENV GIMME_GO_VERSION=1.20.12
ENV GRADLE_VERSION=6.6
ENV OPERATOR_COURIER_VERSION=2.1.11
ENV SONOBUOY_VERSION=0.56.9
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerized
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

fail_if_cri_bin_missing

KUBEVIRT_BUILDER_IMAGE=${KUBEVIRT_BUILDER_IMAGE:-"quay.io/kubevirt/builder:2306271234-e00d9fcf9"}
KUBEVIRT_BUILDER_IMAGE=${KUBEVIRT_BUILDER_IMAGE:-"quay.io/kubevirt/builder:2312181436-abb922e25"}

SYNC_OUT=${SYNC_OUT:-true}

Expand Down

0 comments on commit a305776

Please sign in to comment.