Update to Go v1.18.6 and v1.19.1

This commit is contained in:
Stan Hu 2022-09-26 17:09:19 +00:00 committed by Balasankar 'Balu' C
parent 7d5f25b97e
commit daa5d8c725
5 changed files with 15 additions and 15 deletions

View file

@ -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