diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index aa7ec3a9..35c340d6 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -62,6 +62,7 @@ jobs: - '1.0.*' - '1.1.*' - '1.2.*' + - '1.3.*' terraform-provider-corner-tfprotov6: defaults: run: @@ -97,6 +98,7 @@ jobs: - '1.0.*' - '1.1.*' - '1.2.*' + - '1.3.*' test: name: test (Go v${{ matrix.go-version }}) runs-on: ubuntu-latest