From e69c96d25eee788ca8389f9e6de3d110c6751bb0 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Tue, 2 Jun 2026 19:34:57 +0100 Subject: [PATCH] ci: bump tofu to 1.10.10 in the validate workflow too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed this one in the last commit — the PR-time validate still pinned 1.9.0, which trips the new required_version >= 1.10.0 constraint. --- .github/workflows/validate-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-terraform.yml b/.github/workflows/validate-terraform.yml index ac00e40..a99f3fa 100644 --- a/.github/workflows/validate-terraform.yml +++ b/.github/workflows/validate-terraform.yml @@ -23,7 +23,7 @@ jobs: - name: Install OpenTofu uses: opentofu/setup-opentofu@v2 with: - tofu_version: 1.9.0 + tofu_version: 1.10.10 - name: Install SOPS run: |