diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 453cb9f3..f15f40e2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version-file: 'go.mod' + go-version-file: "go.mod" - uses: dominikh/staticcheck-action@v1.2.0 with: version: "2022.1.1" @@ -38,7 +38,7 @@ jobs: run: docker-compose up -d minio - uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.2.6 + terraform_version: 1.3.3 terraform_wrapper: false - name: Install Task uses: arduino/setup-task@v1 diff --git a/.gitpod.yml b/.gitpod.yml index 60aab3cb..82caff15 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -9,7 +9,7 @@ tasks: (cd /tmp && brew install hashicorp/tap/terraform go-task/tap/go-task minio-mc) go get -v -t -d ./... task install - gp await-port 9000 && gp await-port 8080 && gp await-port 8000 + gp ports await 9000 && gp ports await 8080 && gp ports await 8000 mc alias set local http://localhost:9000 minio minio123 && echo "MinIO Local Server Stats:" && mc admin info local ports: diff --git a/README.md b/README.md index 78b1fe2e..be90f83c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Made with using [Go](https://golang ## Supported Versions -- Terraform v1.2 +- Terraform v1.3 - Go v1.19 It doesn't mean that this provider won't run on previous versions of Terraform or Go, though.