mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
15 lines
401 B
Bash
15 lines
401 B
Bash
|
#
|
||
|
# 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
|