Skip to content

Commit

Permalink
Update ubi-minimal and go-toolset (#743)
Browse files Browse the repository at this point in the history
* Update ubi-minimal and go-toolset

* Corrected go version
  • Loading branch information
tanay571 authored and GitHub Enterprise committed Nov 13, 2024
1 parent 0a59499 commit c863a54
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.21.13"
- "1.22.5"

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/ubi9/ubi-minimal
ARG BASE_TAG=9.4-1227.1726694542
ARG BASE_TAG=9.5-1730489338
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
ARG BUILDER_TAG=1.21.13-2.1729776560
ARG BUILDER_TAG=1.22.5-1730550521
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.4.0.6-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"

Expand Down

0 comments on commit c863a54

Please sign in to comment.