Skip to content

Commit

Permalink
Update to Go 1.15 (#78)
Browse files Browse the repository at this point in the history
* change go identifier labels in .travis.yml and go.mod

* update package versions for some multicloud operators

* Update go.mod

Co-authored-by: Jorge Padilla <jpadilla@redhat.com>
  • Loading branch information
mqhackett and jlpadilla authored Nov 3, 2020
1 parent 8059a06 commit 513ed5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:

language: go
go:
- 1.13.x
- 1.15.x

services:
- docker
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

module github.com/open-cluster-management/search-collector

go 1.13
go 1.15

require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/protobuf v1.4.2
github.com/kennygrant/sanitize v1.2.4
github.com/open-cluster-management/governance-policy-propagator v0.0.0-20200602150427-d0f4af8aba9d
github.com/open-cluster-management/multicloud-operators-channel v1.0.0
github.com/open-cluster-management/multicloud-operators-deployable v1.0.0
github.com/open-cluster-management/multicloud-operators-foundation v1.0.0
github.com/open-cluster-management/multicloud-operators-placementrule v1.0.0
github.com/open-cluster-management/multicloud-operators-subscription v1.0.0
github.com/open-cluster-management/governance-policy-propagator v0.0.0-20200602150427-d0f4af8aba9d
github.com/open-cluster-management/multicloud-operators-channel v1.0.1-0.20200930214554-fa55cf642642
github.com/open-cluster-management/multicloud-operators-deployable v0.0.0-20200925154205-fc4ec3e30a4d
github.com/open-cluster-management/multicloud-operators-placementrule v1.0.1-2020-06-08-14-28-27.0.20200927053545-8e131abcf13c
github.com/open-cluster-management/multicloud-operators-subscription v1.0.0-2020-05-12-21-17-19.0.20201009005738-cbe273a045ab
github.com/open-cluster-management/multicloud-operators-foundation v1.0.0
github.com/open-cluster-management/multicloud-operators-subscription-release v1.0.1-0.20200603160156-4d66bd136ba3 //Use 2.0 when available
github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible
github.com/tkanos/gonfig v0.0.0-20181112185242-896f3d81fadf
Expand Down

0 comments on commit 513ed5a

Please sign in to comment.