From d0ba54e173be70e93d1e234e591059488eae4a8d Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 18 Apr 2024 16:26:48 -0400 Subject: [PATCH] fully specify go version in go.mod See: https://github.com/golang/go/issues/62278#issuecomment-1693538776 I have no idea why this was working in CI. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2e295c1..aa05073 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/estuary/data-plane-gateway -go 1.22 +go 1.22.2 require ( github.com/estuary/flow v0.1.9-0.20230303181027-f65a9d7f1a89