go.mod: update to a valid go version (#5061)

This commit is contained in:
Kenneth Jenkins 2024-04-10 14:10:58 -07:00 committed by GitHub
parent cc0d855843
commit 25aceea626
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/pomerium/pomerium
go 1.22
go 1.22.2
require (
cloud.google.com/go/storage v1.40.0