As of Go 1.21, toolchain versions must use the 1.N.P syntax (#18288)

This commit is contained in:
Luke Heath 2024-04-15 17:29:03 -05:00 committed by GitHub
parent 46f7b6b043
commit 79fbc00647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -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