mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
f1da7d9bd1
Signed-off-by: Niels de Vos <ndevos@redhat.com>
27 lines
635 B
Bash
27 lines
635 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
|
|
|
|
# static checks and linters
|
|
GOLANGCI_VERSION=v1.21.0
|
|
GOSEC_VERSION=2.0.0
|
|
|
|
# helm chart generation, testing and publishing
|
|
HELM_VERSION=v3.1.2
|
|
|
|
# minikube settings
|
|
MINIKUBE_VERSION=v1.6.0
|
|
VM_DRIVER=none
|
|
CHANGE_MINIKUBE_NONE_USER=true
|