Skip to content

Commit

Permalink
Merge pull request #445 from mq-cloudpak/tadj-go-update-lts
Browse files Browse the repository at this point in the history
Update go version (LTS)
  • Loading branch information
JEFFLUFC authored and GitHub Enterprise committed May 25, 2023
2 parents c6b9a9c + 4e1393e commit 7d14e60
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.6"
- "1.19.9"

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.8-860
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.6-4
ARG BUILDER_TAG=1.19.9-2
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.3.0.5-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
###############################################################################
Expand Down

0 comments on commit 7d14e60

Please sign in to comment.