From 7146e6fed280b898bfbbc6594a29fb41c6e8ae40 Mon Sep 17 00:00:00 2001 From: david tsai <100375199+dtsai-czi@users.noreply.github.com> Date: Wed, 14 Dec 2022 12:01:00 -0800 Subject: [PATCH] fix: pin snowflake to 0.53.0 pt 2 (#447) * Pin Snowflake version temporarily to 0.53.0 * pin snowflake in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3be2652b..83410dbe 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ all: clean fmt docs lint test setup: ## setup development dependencies curl -L https://raw.githubusercontent.com/chanzuckerberg/bff/main/download.sh | sh curl -s https://raw.githubusercontent.com/chanzuckerberg/terraform-provider-bless/main/download.sh | bash -s -- -b $(HOME)/.terraform.d/plugins -d - curl -s https://raw.githubusercontent.com/Snowflake-Labs/terraform-provider-snowflake/main/download.sh | bash -s -- -b $(HOME)/.terraform.d/plugins -d + curl -s https://raw.githubusercontent.com/Snowflake-Labs/terraform-provider-snowflake/main/download.sh | bash -s -- -b $(HOME)/.terraform.d/plugins -d v0.53.0 curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh sh .download-tflint.sh latest