Skip to content

Commit

Permalink
upgrade go to version 1.21.2 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimityrmirchev authored Oct 6, 2023
1 parent 0fe66c8 commit 877c22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM golang:1.21.1 AS builder
FROM golang:1.21.2 AS builder

ARG TARGETARCH
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM k8s.gcr.io/kube-apiserver:v1.22.1 as kube-apiserver
FROM quay.io/coreos/etcd:v3.5.1 as etcd
FROM golang:1.21.1 AS tools
FROM golang:1.21.2 AS tools

COPY --from=kube-apiserver /usr/local/bin/kube-apiserver /testbin/kube-apiserver
COPY --from=etcd /usr/local/bin/etcd /testbin/etcd
Expand Down

0 comments on commit 877c22b

Please sign in to comment.