mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'ml-include-latest-go-in-e2e-gdk-image' into 'master'
Build GDK images with go up to 1.21 See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/710 Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by: Mark Lapierre <mlapierre@gitlab.com>
This commit is contained in:
commit
2973c7b736
1 changed files with 3 additions and 1 deletions
|
|
@ -58,8 +58,10 @@ e2e-gdk:
|
|||
NODE: '16.14'
|
||||
YARN: '1.22'
|
||||
POSTGRESQL: '13'
|
||||
GOLANG: '1.19'
|
||||
RUST: '1.65'
|
||||
GIT: '2.36'
|
||||
LFS: '2.9'
|
||||
ARCH: linux/amd64,linux/arm64
|
||||
parallel:
|
||||
matrix:
|
||||
- GOLANG: ['1.19', '1.20', '1.21']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue