build: move GOLANG_VERSION to build.env

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-22 12:19:37 +02:00
committed by mergify[bot]
parent c9ad904331
commit f83a065c8a
4 changed files with 24 additions and 5 deletions

14
build.env Normal file
View File

@ -0,0 +1,14 @@
#
# build.env
#
# Environment file used by scripts and tools. All (default) versions used for
# building, testing and deploying Ceph-CSI are listed here.
#
# The format should be source-able by shell scripts, but do not assume only
# shell scripts consume this file. Variables that reference variables may not
# get proporly expanded.
#
# standard Golang options
GOLANG_VERSION=1.13.9
GO111MODULE=on