Skip to content

Commit

Permalink
Move go language version to 1.13 (#15)
Browse files Browse the repository at this point in the history
* Move go language version to 1.13

* Move go language version to 1.13
  • Loading branch information
ray-milkey committed Feb 18, 2020
1 parent 72aa11c commit 9b706eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go

go:
- '1.12.x'
- '1.13.x'

services:
- docker
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/onosproject/onos-control

go 1.12
go 1.13

require (
github.com/golang/protobuf v1.3.1
github.com/mitchellh/go-homedir v1.1.0
github.com/onosproject/onos-config v0.0.0-20190715180819-079d3a8dc433
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
google.golang.org/grpc v1.22.0
Expand Down

0 comments on commit 9b706eb

Please sign in to comment.