Skip to content

Commit

Permalink
Update go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: nitesh3108 <[email protected]>
  • Loading branch information
nitesh3108 committed Feb 21, 2024
1 parent 0ce16bb commit 32ea9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ require (
github.com/joho/godotenv v1.4.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e // indirect
)

go 1.21
go 1.22

0 comments on commit 32ea9a8

Please sign in to comment.