From 55bc0a8882f41caa266eb41340e7ca4558eb6c11 Mon Sep 17 00:00:00 2001 From: Arthur Busser Date: Tue, 7 Mar 2023 16:51:05 +0100 Subject: [PATCH] test latest terraform versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ed4ee..ef287ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - 1.0.11 - 1.1.9 - 1.2.9 - - 1.3.0 + - 1.3.9 steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3