Skip to content

Commit

Permalink
Upgrade to Go 1.23.2 (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Oct 11, 2024
1 parent 6da6b7b commit 2e98e56
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .prow/postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ postsubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-3
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-4
command:
- /bin/bash
- -c
Expand All @@ -53,7 +53,7 @@ postsubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-3
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-4
command:
- "./hack/ci/upload-gocache.sh"
resources:
Expand Down
18 changes: 9 additions & 9 deletions .prow/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -36,7 +36,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -58,7 +58,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -79,7 +79,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- ./hack/verify-licenses.sh
resources:
Expand All @@ -95,7 +95,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -115,7 +115,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -130,7 +130,7 @@ presubmits:
clone_uri: "ssh://[email protected]/kubermatic/operating-system-manager.git"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- shfmt
args:
Expand Down Expand Up @@ -161,7 +161,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-3
- image: quay.io/kubermatic/build:go-1.23-node-20-4
command:
- make
args:
Expand All @@ -182,7 +182,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-3
- image: quay.io/kubermatic/build:go-1.23-node-20-kind-0.24-4
command:
- "./hack/ci/run-e2e-tests.sh"
resources:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GO_VERSION=1.23.1
ARG GO_VERSION=1.23.2
FROM golang:${GO_VERSION} AS builder
WORKDIR /go/src/k8c.io/operating-system-manager
COPY . .
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module k8c.io/operating-system-manager

go 1.22.0
go 1.22.3

toolchain go1.22.2
toolchain go1.23.2

require (
github.com/BurntSushi/toml v1.4.0
Expand All @@ -18,7 +18,7 @@ require (
go.uber.org/zap v1.27.0
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/yaml.v3 v3.0.1
k8c.io/machine-controller v1.59.1-0.20240826134918-7051af1be2ce
k8c.io/machine-controller v1.59.1-0.20241011055903-713b23c97a6c
k8c.io/reconciler v0.5.0
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
k8c.io/machine-controller v1.59.1-0.20240826134918-7051af1be2ce h1:xdYbfFTr5WFMNDNwt5P148skkHFJ3BA/gAfpQX11CRY=
k8c.io/machine-controller v1.59.1-0.20240826134918-7051af1be2ce/go.mod h1:iz5Fx0pR3n3B2wV8IKDcFdovartpzVG5vL3GISGktWo=
k8c.io/machine-controller v1.59.1-0.20241011055903-713b23c97a6c h1:wXd2RGtpYLf0lVobWqhFV6JE5U84sRawuWhuy6kgaXk=
k8c.io/machine-controller v1.59.1-0.20241011055903-713b23c97a6c/go.mod h1:j9SHRLpzFj5wOMlhdPJL+ub08P8rvVvQOFtg7JaLYb4=
k8c.io/reconciler v0.5.0 h1:BHpelg1UfI/7oBFctqOq8sX6qzflXpl3SlvHe7e8wak=
k8c.io/reconciler v0.5.0/go.mod h1:pT1+SVcVXJQeBJhpJBXQ5XW64QnKKeYTnVlQf0dGE0k=
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
Expand Down
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail
cd $(dirname $0)/..
source hack/lib.sh

CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-3 containerize ./hack/update-codegen.sh
CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-4 containerize ./hack/update-codegen.sh
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")

sed="sed"
Expand Down
2 changes: 1 addition & 1 deletion hack/update-crds-openapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail
cd $(dirname $0)/..
source hack/lib.sh

CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-3 containerize ./hack/update-crds-openapi.sh
CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-4 containerize ./hack/update-crds-openapi.sh
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")

echodate "Creating vendor directory"
Expand Down
2 changes: 1 addition & 1 deletion hack/verify-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail
cd $(dirname $0)/..
source hack/lib.sh

CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-3 containerize ./hack/verify-licenses.sh
CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.23-node-20-4 containerize ./hack/verify-licenses.sh

go mod vendor

Expand Down

0 comments on commit 2e98e56

Please sign in to comment.