File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sudo: required
1818language : go
1919
2020go :
21- - " 1.15.14 "
21+ - " 1.16.7 "
2222
2323services :
2424 - docker
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16- ARG BASE_TAG=8.4-212
16+ ARG BASE_TAG=8.5-204
1717ARG BUILDER_IMAGE=registry.redhat.io/ubi8/go-toolset
18- ARG BUILDER_TAG=1.15.14-18
18+ ARG BUILDER_TAG=1.16.7-5
1919ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.4.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121###############################################################################
@@ -37,6 +37,7 @@ RUN mkdir /opt/mqm \
3737 && INSTALL_SDK=1 install-mq.sh \
3838 && chown -R 1001:root /opt/mqm/*
3939WORKDIR $GO_WORKDIR/
40+ COPY go.mod go.sum ./
4041COPY cmd/ ./cmd
4142COPY internal/ ./internal
4243COPY pkg/ ./pkg
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ set -ex
2222sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-$ARCH
2323sudo chmod +x /usr/local/bin/dep
2424
25- go get -u golang.org/x/lint/golint
25+ go install golang.org/x/lint/golint@latest
2626curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH /bin 2.0.0 || echo " Gosec not installed. Platform may not be supported."
You can’t perform that action at this time.
0 commit comments