Switch to building with golang 1.17

This commit is contained in:
darthhexx 2022-04-19 21:01:03 +10:00
Родитель 1be3664750
Коммит 51cceb0c9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
# Currently the docker version on our RHEL7 VMSS uses a version which
# does not support multi-stage builds. This is a temporary stop-gap
# until we get podman working without issue
FROM registry.access.redhat.com/ubi7/go-toolset:1.16.12 AS builder
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS builder
ENV GOOS=linux \
GOPATH=/go/
WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP