Skip to content

Commit

Permalink
Merge pull request #552 from mq-cloudpak/sdp-update-go-v9332r3
Browse files Browse the repository at this point in the history
Update go for v933
  • Loading branch information
dselvara1 authored and GitHub Enterprise committed Nov 20, 2023
2 parents 1ca112b + 36f9c6a commit 35f16f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo: required
language: go

go:
- "1.19.13"
- "1.20.10"

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.9-1029
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.13-2.1698062273
ARG BUILDER_TAG=1.20.10-3
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.3.3.2-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"

Expand Down

0 comments on commit 35f16f9

Please sign in to comment.