File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.15 as builder
1
+ FROM golang:1.21.1 as builder
2
2
ENV APP_HOME /go/src/openshift-app-sample
3
3
RUN mkdir -p /opt/mqm \
4
4
&& chmod a+rx /opt/mqm
22
22
COPY src/ .
23
23
RUN go build -o openshift-app-sample
24
24
25
- FROM golang:1.15
25
+ FROM golang:1.21.1
26
26
ENV APP_HOME /go/src/openshift-app-sample
27
27
# Create the directories the client expects to be present
28
28
RUN mkdir -p $APP_HOME \
Original file line number Diff line number Diff line change 1
1
module github.com/ibm-messaging/mq-golang-jms20/openshift-app-sample/src
2
2
3
- go 1.13
3
+ go 1.21
4
4
5
- require github.com/ibm-messaging/mq-golang-jms20 v1.3.0
5
+ require github.com/ibm-messaging/mq-golang-jms20 v1.11.0
6
+
7
+ require github.com/ibm-messaging/mq-golang/v5 v5.6.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
- github.com/ibm-messaging/mq-golang-jms20 v1.3.0 h1:tcO7+kdJ1UAkll8gMLwV+bOS8iiapYVaMvdtN4hUB0s =
3
- github.com/ibm-messaging/mq-golang-jms20 v1.3.0 /go.mod h1:/n2YVhPy7J4o5zoPSqEGnCv9yPYi6Od51/f8gAxkHRc =
4
- github.com/ibm-messaging/mq-golang/v5 v5.1.3 h1:B1Xfk1jMulmDfPf3jH2Dh9nnyEkaqfI1FvTHt4pFza4 =
5
- github.com/ibm-messaging/mq-golang/v5 v5.1.3 /go.mod h1:ywCwmYbJOU/E0rl+z4GiNoxVMty68O+LVO39a1VMXrE =
6
- github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
- github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
8
- github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
9
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
10
- gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
1
+ github.com/ibm-messaging/mq-golang-jms20 v1.11.0 h1:cNkttNYSs42QzG1TLZt+bYGleqKET9bATJkAQzyaSdQ =
2
+ github.com/ibm-messaging/mq-golang-jms20 v1.11.0 /go.mod h1:oyyrK++j5yVGOFEcDMrOKZ4tcJ+qTKTQ8a9xy/D0saE =
3
+ github.com/ibm-messaging/mq-golang/v5 v5.6.0 h1:EvK6eEUzFu7E7R/jyoSr6cQFtWj8GsjAUzpaO936kjI =
4
+ github.com/ibm-messaging/mq-golang/v5 v5.6.0 /go.mod h1:xCV0vl1+ik3VyWZnwAj++2J89vSTzhXP1gXhG0X3IYE =
You can’t perform that action at this time.
0 commit comments