Adding messaging and script updates to ensure smoother golang updates (#3049)

- Updated rpm spec and rpm-prepare script to template golang version
 - Docs now contain a warning about golang version update

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
This commit is contained in:
Mohammed Ahmed
2020-05-01 02:20:08 +05:30
committed by GitHub
parent 2bfbb0922d
commit 75b2973eb1
3 changed files with 17 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
%global debug_package %{nil}
%global package_name openshift-odo
%global product_name odo
%global golang_version 1.12
%global golang_version ${GOLANG_VERSION}
%global golang_version_nodot ${GOLANG_VERSION_NODOT}
%global odo_version ${ODO_RPM_VERSION}
%global odo_release ${ODO_RELEASE}
%global git_commit ${GIT_COMMIT}