Skip to content

Commit

Permalink
gh-1056 set travis go version to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedi committed Dec 17, 2019
1 parent a5999c3 commit 6adc8d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,7 @@ after_success:
before_script: ~
dist: xenial
go:
- "1.11.5"
- "1.13.4"
env:
matrix:
# Force using modules.
Expand Down
1 change: 1 addition & 0 deletions adapters/handlers/rest/operations/weaviate_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -53,7 +53,6 @@ require (
go.uber.org/zap v1.13.0 // indirect
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
gopkg.in/yaml.v2 v2.2.7
Expand Down

0 comments on commit 6adc8d5

Please sign in to comment.