From f301739fb3b55685377768b63f5e3024da2228c9 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Tue, 27 Aug 2024 12:49:13 -0700 Subject: [PATCH] move go.mod Go version down to 1.22.1 This is for https://github.com/mozilla-services/autograph/pull/937 and also fixes the cgo dependency in this dockerfile. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b7c8986..7859563 100644 --- a/go.mod +++ b/go.mod @@ -43,4 +43,4 @@ require ( google.golang.org/protobuf v1.33.0 // indirect ) -go 1.22.5 +go 1.22.1