chore: Update go version to 1.22.0 in go.mod file

This commit is contained in:
Simon Larsen
2024-05-14 12:09:08 +01:00
parent e208b7cc78
commit 6c2144d77e

View File

@@ -1,6 +1,6 @@
module oneuptime-infrastructure-agent
go 1.22
go 1.22.0
require (
github.com/go-co-op/gocron/v2 v2.4.1