Skip to content

Commit ef679e4

Browse files
bhavyahemGitHub Enterprise
authored andcommitted
Update go-toolset (#799)
* Update go-toolset * Update Go version in env variable
1 parent 38421e4 commit ef679e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group: beta
1717
sudo: required
1818

1919
go:
20-
- "1.22.7"
20+
- "1.22.9"
2121

2222
services:
2323
- docker
@@ -28,7 +28,7 @@ env:
2828
- TAGCACHE_FILE=tagcache
2929
- RELEASE=r1
3030
- BASE_MQ_LOCKED=false
31-
- GO_VERSION="1.22.7"
31+
- GO_VERSION="1.22.9"
3232

3333
go_import_path: "github.com/ibm-messaging/mq-container"
3434

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.5-1734497536
1717
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
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020
ARG MQ_ARCHIVE="downloads/9.4.1.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

0 commit comments

Comments
 (0)