Skip to content

Commit

Permalink
Merge pull request #20 from simplifi/go1.18
Browse files Browse the repository at this point in the history
Upgrade go so we can build for arm64
  • Loading branch information
cjonesy authored Jun 30, 2022
2 parents 7fe795d + de2abca commit 404a72f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
- GO111MODULE=on

go:
- 1.13.x
- 1.18.x

before_script:
- GO111MODULE=off go get -u golang.org/x/lint/golint
Expand Down
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
module github.com/simplifi/kafka_docker

go 1.12
go 1.18

require (
github.com/spf13/cobra v0.0.5
gopkg.in/yaml.v2 v2.2.2
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
)

0 comments on commit 404a72f

Please sign in to comment.