mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Make odo buildable on Go 1.12 (#3022)
* pin github.com/hashicorp/go-multierror to v1.0.0 * update rpmspec golang_version to 1.12
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user