From a3751ada245a250a6b210f1e9400f22303d4adf9 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 3 Aug 2022 11:38:10 +0530 Subject: [PATCH] ci: update dependencies in build.env This commits updates below items * Golang version to v1.18.5 * Golangci-lint to v1.47.3 * Helm version to v3.9.2 * Rook version to v1.9.8 Signed-off-by: Madhu Rajanna --- build.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.env b/build.env index 33702ed19..bd9afd68e 100644 --- a/build.env +++ b/build.env @@ -16,14 +16,14 @@ BASE_IMAGE=quay.io/ceph/ceph:v17 CEPH_VERSION=quincy # standard Golang options -GOLANG_VERSION=1.17.10 +GOLANG_VERSION=1.18.5 GO111MODULE=on # commitlint version COMMITLINT_VERSION=latest # static checks and linters -GOLANGCI_VERSION=v1.46.2 +GOLANGCI_VERSION=v1.47.3 # external snapshotter version # Refer: https://github.com/kubernetes-csi/external-snapshotter/releases @@ -35,7 +35,7 @@ SNAPSHOT_VERSION=v6.0.1 #GO_COVER_DIR=_output/ # helm chart generation, testing and publishing -HELM_VERSION=v3.9.0 +HELM_VERSION=v3.9.2 # minikube settings MINIKUBE_VERSION=v1.26.1 @@ -43,7 +43,7 @@ VM_DRIVER=none CHANGE_MINIKUBE_NONE_USER=true # Rook options -ROOK_VERSION=v1.9.4 +ROOK_VERSION=v1.9.8 # Provide ceph image path ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v17