mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user