Skip to content

Commit

Permalink
chore: update Go version in go.mod file
Browse files Browse the repository at this point in the history
- Update the Go version in the go.mod file from 1.20 to 1.18

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Nov 25, 2023
1 parent 165baa2 commit 7f0bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gin-contrib/i18n

go 1.20
go 1.18

require (
github.com/gin-gonic/gin v1.9.1
Expand Down

0 comments on commit 7f0bc71

Please sign in to comment.