Skip to content

Commit

Permalink
Update terraform to v1.3 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin committed Oct 22, 2022
1 parent 433cf09 commit 979f39c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Made with <span style="color: #e25555;">&#9829;</span> 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.
Expand Down

0 comments on commit 979f39c

Please sign in to comment.