From 661a7417b5620b29b973908dbbc892b2ab21fd09 Mon Sep 17 00:00:00 2001 From: Alexander Guth Date: Sun, 14 Feb 2021 18:43:24 +0100 Subject: [PATCH] Use proper version constraint 14.6 is the latest version according to the changelog --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90bdaa8..9015a12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: terraform: - '0.12.29' - '0.13.4' - - '0.14.0-beta2' + - '0.14.6' # list to determine different auth options. Contains only secret name as cant reference secrets directly here authsecrets: @@ -112,4 +112,4 @@ jobs: # SOME_VAR: ${{ secrets.SOME_VAR }} run: | - go test -v -cover ./internal/powerbi/ \ No newline at end of file + go test -v -cover ./internal/powerbi/