Update go mod to 1.19

This commit is contained in:
Tom Jefferson
2023-05-17 15:35:38 +01:00
parent dc71321648
commit 1d60dd7ce5
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/ibm-messaging/mq-container
go 1.18
go 1.19
require (
github.com/genuinetools/amicontained v0.4.3

View File

@@ -1,3 +1,3 @@
module github.com/ibm-messaging/mq-container/test/container
go 1.18
go 1.19