Upgrade gitlab-operator-build-base image to Go 1.18.10

This image was failing to build on master since a number of
dependencies now require Go 1.17+.

Relates to https://gitlab.com/gitlab-org/gitlab-build-images/-/issues/114
This commit is contained in:
Stan Hu 2023-01-18 22:05:40 -08:00
parent 5cc90b8ba2
commit acae923462
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -1,8 +1,6 @@
ARG GOLANG_VERSION=1.16
ARG ALPINE_VERSION=3.14
# 3.14 presents challenges: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
# while building OPM. 3.13 has no issues
ARG OPM_ALPINE_VERSION=3.13
ARG GOLANG_VERSION=1.18
ARG ALPINE_VERSION=3.15
ARG OPM_ALPINE_VERSION=3.15
## Opm