File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ group: beta
17
17
sudo : required
18
18
19
19
go :
20
- - " 1.22.7 "
20
+ - " 1.22.9 "
21
21
22
22
services :
23
23
- docker
28
28
- TAGCACHE_FILE=tagcache
29
29
- RELEASE=r1
30
30
- BASE_MQ_LOCKED=false
31
- - GO_VERSION="1.22.7 "
31
+ - GO_VERSION="1.22.9 "
32
32
33
33
go_import_path : " github.com/ibm-messaging/mq-container"
34
34
Original file line number Diff line number Diff line change 15
15
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16
16
ARG BASE_TAG=9.5-1734497536
17
17
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18
- ARG BUILDER_TAG=1.22.7-1733160835
18
+ ARG BUILDER_TAG=1.22.9-1734626445
19
19
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
20
20
ARG MQ_ARCHIVE="downloads/9.4.1.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
21
21
You can’t perform that action at this time.
0 commit comments