Skip to content

Commit 14f123c

Browse files
bhavyahemGitHub Enterprise
authored andcommitted
Update go (#937)
1 parent 9a62252 commit 14f123c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
1616
ARG BASE_TAG=9.6-1747218906
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18-
ARG BUILDER_TAG=1.23.6-1747333074
18+
ARG BUILDER_TAG=1.23.9-1749052980
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020
ARG MQ_ARCHIVE="downloads/9.4.0.11-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ibm-messaging/mq-container
22

3-
go 1.23.6
3+
go 1.23.9
44

55
require (
66
github.com/ibm-messaging/mq-golang v2.0.0+incompatible

travis-build-scripts/go-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
set -ex
2121

22-
GO_VERSION="1.23.6"
22+
GO_VERSION="1.23.9"
2323
sudo rm -rf /usr/local/go
2424
DOWNLOAD_URL="https://go.dev/dl/go${GO_VERSION}.linux-${ARCH}.tar.gz"
2525
curl -fLo go.tar.gz "${DOWNLOAD_URL}"

0 commit comments

Comments
 (0)