mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
As of Go 1.21, toolchain versions must use the 1.N.P syntax (#18288)
This commit is contained in:
parent
46f7b6b043
commit
79fbc00647
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue