Skip to content

Commit

Permalink
Update Golang to 1.19.3 (part 1) (#2461)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii authored Nov 7, 2022
1 parent fa4640c commit 976f7f3
Show file tree
Hide file tree
Showing 4 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 @@ -12,7 +12,7 @@ postsubmits:
preset-docker-push: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-3
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-4
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -44,7 +44,7 @@ postsubmits:
preset-docker-mirror: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-3
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-4
command:
- /bin/bash
- -c
Expand Down
12 changes: 6 additions & 6 deletions .prow/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.2
- image: golang:1.19.3
command:
- make
args:
Expand All @@ -45,7 +45,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.2
- image: golang:1.19.3
command:
- make
args:
Expand All @@ -65,7 +65,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-3
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-4
command:
- make
args:
Expand All @@ -85,7 +85,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.2
- image: golang:1.19.3
command:
- make
args:
Expand All @@ -105,7 +105,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: golang:1.19.2
- image: golang:1.19.3
command:
- make
args:
Expand Down Expand Up @@ -145,7 +145,7 @@ presubmits:
preset-docker-mirror: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-3
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.17-4
command:
- /bin/bash
- -c
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.

FROM docker.io/golang:1.19.2 as builder
FROM docker.io/golang:1.19.3 as builder

ARG GOPROXY=
ENV GOPROXY=$GOPROXY
Expand Down
4 changes: 2 additions & 2 deletions hack/images/kubeone-e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# building image

FROM golang:1.19.2 as builder
FROM golang:1.19.3 as builder

RUN apt-get update && apt-get install -y \
unzip
Expand All @@ -35,7 +35,7 @@ RUN chmod +x kubectl

# resulting image

FROM golang:1.19.2
FROM golang:1.19.3

ARG version

Expand Down

0 comments on commit 976f7f3

Please sign in to comment.