mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update to Go v1.18.6 and v1.19.1
This commit is contained in:
parent
7d5f25b97e
commit
daa5d8c725
5 changed files with 15 additions and 15 deletions
|
|
@ -9,11 +9,11 @@ TAG_TOOLS=(BUNDLER RUBYGEMS GIT LFS CHROME YARN GRAPHICSMAGICK BAZELISK DOCKER B
|
|||
# For example, consider a CI job which specifies the following variables:
|
||||
# OS: debian:bullseye
|
||||
# RUBY: 2.7
|
||||
# GOLANG: 1.16
|
||||
# GOLANG: 1.19
|
||||
# GIT: 2.33
|
||||
# POSTGRESQL: 11
|
||||
# With the above variables, this function will return
|
||||
# `debian-bullseye-ruby-2.7-golang-1.16-postgresql-11`
|
||||
# `debian-bullseye-ruby-2.7-golang-1.19-postgresql-11`
|
||||
function get_image_path() {
|
||||
local path
|
||||
path=""
|
||||
|
|
@ -43,7 +43,7 @@ function get_image_path() {
|
|||
# For example, consider a CI job which specifies the following variables:
|
||||
# OS: debian:bullseye
|
||||
# RUBY: 2.7
|
||||
# GOLANG: 1.16
|
||||
# GOLANG: 1.19
|
||||
# GIT: 2.33
|
||||
# POSTGRESQL: 11
|
||||
# For that job, this function will return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue