diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b617f9a..e300ed8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version: '1.23' id: go - name: Get dependencies @@ -41,9 +41,9 @@ jobs: fail-fast: false matrix: terraform: - - '1.3.9' - - '1.4.6' - - '1.5.2' + - '1.7.5' + - '1.8.5' + - '1.9.8' steps: - name: Check out code into the Go module directory