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

Commit e475f76

Browse files
committed
chore(deps): bump dockerfile to use Go 1.20
- Also use current dockerfile builder syntax Signed-off-by: Chris Privitere <[email protected]>
1 parent d12eb28 commit e475f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.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

0 commit comments

Comments
 (0)