Update GO Version to latest version in all the files

This commit is contained in:
rahkumar56
2024-08-30 01:06:59 +00:00
parent 4999d4ca01
commit 0b30bf005d
2 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ require (
github.com/joho/godotenv v1.3.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/urfave/cli v1.22.2
github.com/urfave/cli v1.23.2
golang.org/x/oauth2 v0.13.0
google.golang.org/api v0.146.0
)
@@ -42,4 +42,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.22.4
go 1.23.4