Skip to content

Commit

Permalink
Make odo buildable on Go 1.12 (#3022)
Browse files Browse the repository at this point in the history
* pin github.com/hashicorp/go-multierror to v1.0.0

* update rpmspec golang_version to 1.12
  • Loading branch information
kadel authored Apr 28, 2020
1 parent 1190386 commit 7f14dab
Show file tree
Hide file tree
Showing 691 changed files with 384,058 additions and 207,304 deletions.
18 changes: 9 additions & 9 deletions glide.lock

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

5 changes: 4 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ import:
- package: github.com/google/go-github/github
version: v30.1.0
- package: github.com/golang/mock
version: v1.4.3
version: v1.4.3
# use older version due to https://github.com/hashicorp/go-multierror/issues/36
- package: github.com/hashicorp/go-multierror
version: v1.0.0
2 changes: 1 addition & 1 deletion rpms/openshift-odo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global debug_package %{nil}
%global package_name openshift-odo
%global product_name odo
%global golang_version 1.11
%global golang_version 1.12
%global odo_version ${ODO_RPM_VERSION}
%global odo_release ${ODO_RELEASE}
%global git_commit ${GIT_COMMIT}
Expand Down
46 changes: 0 additions & 46 deletions vendor/github.com/gogo/protobuf/.github/workflows/ci-workflow.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/gogo/protobuf/.gitignore

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

18 changes: 10 additions & 8 deletions vendor/github.com/gogo/protobuf/.travis.yml

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

1 change: 0 additions & 1 deletion vendor/github.com/gogo/protobuf/AUTHORS

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

5 changes: 0 additions & 5 deletions vendor/github.com/gogo/protobuf/CONTRIBUTORS

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

5 changes: 3 additions & 2 deletions vendor/github.com/gogo/protobuf/LICENSE

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

63 changes: 13 additions & 50 deletions vendor/github.com/gogo/protobuf/Makefile

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

Loading

0 comments on commit 7f14dab

Please sign in to comment.