go.mod: update to a valid go version

This commit is contained in:
Kenneth Jenkins 2024-04-05 17:24:28 -07:00
parent e9b6298cb5
commit 3a5b87d686

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/pomerium/pomerium
go 1.22
go 1.22.2
require (
cloud.google.com/go/storage v1.40.0