Compare commits

...

4 Commits

Author SHA1 Message Date
Tom Jefferson
7d14e60c24 Merge pull request #445 from mq-cloudpak/tadj-go-update-lts
Update go version (LTS)
2023-05-25 14:56:26 +01:00
Tom Jefferson
4e1393e166 Update go version (LTS) 2023-05-25 14:30:08 +01:00
Tom Jefferson
c6b9a9c948 Merge pull request #444 from mq-cloudpak/tadj-update-june-lts
Update release to 9.3.0.5-r3 (June 2.0.12 release)
2023-05-25 10:40:49 +01:00
Tom Jefferson
09427ff5e8 Update release to 9.3.0.5-r3 (June) 2023-05-24 17:45:14 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ sudo: required
language: go
go:
- "1.19.6"
- "1.19.9"
services:
- docker
@@ -27,7 +27,7 @@ env:
global:
- MAIN_BRANCH=v9.3.0.x
- TAGCACHE_FILE=tagcache
- RELEASE=r2
- RELEASE=r3
go_import_path: "github.com/ibm-messaging/mq-container"

View File

@@ -15,7 +15,7 @@
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.8-860
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.6-4
ARG BUILDER_TAG=1.19.9-2
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.3.0.5-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
###############################################################################