Skip to content

Commit

Permalink
Bump Golang version to 1.19.8 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkprzekwas authored Apr 6, 2023
1 parent 8d8b6be commit 4afccec
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.19-node-18-kind-0.17-5
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-9
command:
- /bin/bash
- -c
Expand All @@ -53,7 +53,7 @@ postsubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-5
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-9
command:
- "./hack/ci/upload-gocache.sh"
resources:
Expand Down
10 changes: 5 additions & 5 deletions .prow/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.4
- image: golang:1.19.8
command:
- make
args:
Expand All @@ -58,7 +58,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-5
- image: quay.io/kubermatic/build:go-1.19-node-18-9
command:
- make
args:
Expand All @@ -79,7 +79,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-5
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-9
command:
- ./hack/verify-licenses.sh
resources:
Expand Down Expand Up @@ -161,7 +161,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.4
- image: golang:1.19.8
command:
- make
args:
Expand All @@ -182,7 +182,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-5
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-9
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.19.4
ARG GO_VERSION=1.19.8
FROM golang:${GO_VERSION} AS builder
WORKDIR /go/src/k8c.io/operating-system-manager
COPY . .
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=golang:1.19.4 containerize ./hack/update-codegen.sh
CONTAINERIZE_IMAGE=golang:1.19.8 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=golang:1.19.4 containerize ./hack/update-crds-openapi.sh
CONTAINERIZE_IMAGE=golang:1.19.8 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.19-node-18-kind-0.17-5 containerize ./hack/verify-licenses.sh
CONTAINERIZE_IMAGE=quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-9 containerize ./hack/verify-licenses.sh

go mod vendor

Expand Down

0 comments on commit 4afccec

Please sign in to comment.