Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b0f7288

Browse files
authored
Merge pull request #667 from cprivitere/dockerfile-bump
🌱 bump dockerfile to use Go 1.20
2 parents d12eb28 + a83a76c commit b0f7288

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.1-experimental
1+
# syntax=docker/dockerfile:1
22

33
# Copyright 2020 The Kubernetes Authors.
44
#
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the manager binary
18-
ARG GOVER=1.19.7
18+
ARG GOVER=1.20.10
1919
FROM golang:${GOVER} as builder
2020

2121
WORKDIR /workspace

hack/boilerplate/boilerplate.Dockerfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.1-experimental
1+
# syntax=docker/dockerfile:1
22

33
# Copyright YEAR The Kubernetes Authors.
44
#
@@ -12,4 +12,4 @@
1212
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
15-
# limitations under the License.
15+
# limitations under the License.

0 commit comments

Comments
 (0)