From 79fbc0064719ef14a31f0d719f554fe33bbcf124 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Mon, 15 Apr 2024 17:29:03 -0500 Subject: [PATCH] As of Go 1.21, toolchain versions must use the 1.N.P syntax (#18288) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cdc4b0a28e..7a218e1cd3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fleetdm/fleet/v4 -go 1.21 +go 1.21.0 require ( cloud.google.com/go/pubsub v1.33.0