File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2323 global :
2424 - MAIN_BRANCH=v9.4.0
2525 - TAGCACHE_FILE=tagcache
26- - RELEASE=r1
27- - BASE_MQ_LOCKED=true
26+ - RELEASE=r2
27+ - BASE_MQ_LOCKED=false
2828
2929go_import_path : " github.com/ibm-messaging/mq-container"
3030
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16- ARG BASE_TAG=9.6-1754584681
16+ ARG BASE_TAG=9.6-1755695350
1717ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18- ARG BUILDER_TAG=1.24.4-1755074415
18+ ARG BUILDER_TAG=1.24.6-1756993846
1919ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020ARG MQ_ARCHIVE="downloads/9.4.0.15-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121
Original file line number Diff line number Diff line change 11module github.com/ibm-messaging/mq-container
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
66 github.com/ibm-messaging/mq-golang v2.0.0+incompatible
Original file line number Diff line number Diff line change 11# ##########################################################################################################################################################
22MAIN_BRANCH = v9.4.0
3- RELEASE = r1
4- BASE_MQ_LOCKED = true
3+ RELEASE = r2
4+ BASE_MQ_LOCKED = false
5+ CBI_TAG = 1.24.6-9.6-1755695350-05092025_094059
56# ##########################################################################################################################################################
Original file line number Diff line number Diff line change 1919
2020set -ex
2121
22- GO_VERSION=" 1.24.4 "
22+ GO_VERSION=" 1.24.6 "
2323sudo rm -rf /usr/local/go
2424DOWNLOAD_URL=" https://go.dev/dl/go${GO_VERSION} .linux-${ARCH} .tar.gz"
2525curl -fLo go.tar.gz " ${DOWNLOAD_URL} "
You can’t perform that action at this time.
0 commit comments