Skip to content

Commit dcdb404

Browse files
bhavyahemGitHub Enterprise
authored and
GitHub Enterprise
committed
Go removal from .travis.yml (#825)
* Go removal from .travis.yml * Update go version
1 parent bd7bc7d commit dcdb404

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: .travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ dist: focal
1616
group: vpc
1717
sudo: required
1818

19-
go:
20-
- "1.22.9"
21-
2219
services:
2320
- docker
2421

Diff for: Dockerfile-server

+1-1
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-1736404155
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18-
ARG BUILDER_TAG=1.22.9-1736729788
18+
ARG BUILDER_TAG=1.22.9-1737480393
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)