Skip to content

Commit

Permalink
Merge pull request #535 from mq-cloudpak/tadj-update-go-ubi-933
Browse files Browse the repository at this point in the history
Update go and ubi (v9.3.3)
  • Loading branch information
JEFFLUFC authored and GitHub Enterprise committed Oct 20, 2023
2 parents a26f76b + db9c81e commit fb4382c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10"
- "1.19.13"

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.8-1072.1696517598
ARG BASE_TAG=8.8-1072.1697626218
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.10-16.1696540524
ARG BUILDER_TAG=1.19.13-2.1697656138
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 fb4382c

Please sign in to comment.