Skip to content

Commit

Permalink
Merge pull request #56 from Aerex/chore/update-golang
Browse files Browse the repository at this point in the history
chore: Update golang to 1.18
  • Loading branch information
maximilien authored Jun 21, 2022
2 parents c9f8392 + 2900be2 commit dda7449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.2
- 1.18
before_install:
- go get github.com/onsi/ginkgo/...
- go get github.com/onsi/gomega/...
Expand Down
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/maximilien/i18n4go

go 1.17
go 1.18

require (
github.com/nicksnyder/go-i18n v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion i18n4go/i18n4go.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/maximilien/i18n4go/common"
)

const VERSION = "v0.3.4"
const VERSION = "v1.3.4"

var options common.Options

Expand Down

0 comments on commit dda7449

Please sign in to comment.