From 4b44866fbc6380b126dbc3db46699646bb79bf39 Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 21 Aug 2024 07:14:44 +1000 Subject: [PATCH] Bump minimum Go version to v1.22. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c26b394..cbe3a60 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dogmatiq/dapper -go 1.21 +go 1.22 require ( github.com/dogmatiq/jumble v0.1.0