mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
5cc90b8ba2
commit
acae923462
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue