Skip to content

Commit 7dee4c8

Browse files
committed
Updated go-toolset version
1 parent dc4675b commit 7dee4c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ services:
2626

2727
go_import_path: "github.com/ibm-messaging/mq-container"
2828

29-
cache:
30-
directories:
31-
- downloads
29+
# cache:
30+
# directories:
31+
# - downloads
3232

3333
env:
3434
global:

Dockerfile-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG BASE_TAG=8.2-301.1593113563
1717
###############################################################################
1818
# Build stage to build Go code
1919
###############################################################################
20-
FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 as builder
20+
FROM registry.redhat.io/ubi8/go-toolset:1.13.4-22 as builder
2121
# FROM docker.io/centos/go-toolset-7-centos7 as builder
2222
# The URL to download the MQ installer from in tar.gz format
2323
# This assumes an archive containing the MQ RPM install packages

0 commit comments

Comments
 (0)