Skip to content

Commit

Permalink
fix: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
npetchapan committed Dec 22, 2023
1 parent ee426d2 commit 45fe404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/agoda-com/samsahai

go 1.17
go 1.20

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
Expand Down Expand Up @@ -155,6 +155,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.5.0 // indirect
Expand Down

0 comments on commit 45fe404

Please sign in to comment.