From 7ea723e631e2e95313a36fd1636fcc3fd60bdfb1 Mon Sep 17 00:00:00 2001 From: James Harris Date: Sun, 26 Mar 2023 07:16:40 +1000 Subject: [PATCH] Bump Go version to v1.19. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3d9815e..422270a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dogmatiq/harpy -go 1.18 +go 1.19 require ( github.com/dogmatiq/iago v0.4.0