Skip to content

Commit a3304bd

Browse files
committed
build: bump builder image to go 1.20
Signed-off-by: Zhang Wei <[email protected]> Signed-off-by: Wei Zhang <[email protected]>
1 parent efddd13 commit a3304bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG ARCH
15-
FROM golang:1.19
15+
FROM golang:1.20
1616

1717
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
1818
COPY . .

build/scheduler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG ARCH
15-
FROM golang:1.19
15+
FROM golang:1.20
1616

1717
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
1818
COPY . .

0 commit comments

Comments
 (0)