File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 timeout-minutes : 5
2424 steps :
25- - uses : actions/checkout@v3
26- - uses : actions/setup-go@v3
25+ - uses : actions/checkout@v4
26+ - uses : actions/setup-go@v5
2727 with :
2828 go-version-file : ' go.mod'
2929 cache : true
4141 - name : Setup Terraform
4242 uses : hashicorp/setup-terraform@v3
4343 with :
44- terraform_version : ' 1.3.1 ' # Adjust version as needed
44+ terraform_version : ' 1.12.2 '
4545 terraform_wrapper : false
4646
4747 - run : go generate ./...
@@ -61,16 +61,16 @@ jobs:
6161 matrix :
6262 # list whatever Terraform versions here you would like to support
6363 terraform :
64- - ' 1.0 .*'
65- - ' 1.1 .*'
66- - ' 1.2 .*'
64+ - ' 1.10 .*'
65+ - ' 1.11 .*'
66+ - ' 1.12 .*'
6767 steps :
68- - uses : actions/checkout@v3
69- - uses : actions/setup-go@v3
68+ - uses : actions/checkout@v4
69+ - uses : actions/setup-go@v5
7070 with :
7171 go-version-file : ' go.mod'
7272 cache : true
73- - uses : hashicorp/setup-terraform@v2
73+ - uses : hashicorp/setup-terraform@v3
7474 with :
7575 terraform_version : ${{ matrix.terraform }}
7676 terraform_wrapper : false
Original file line number Diff line number Diff line change 11module github.com/skysqlinc/terraform-provider-skysql
22
3- go 1.23.0
4-
5- toolchain go1.23.8
3+ go 1.24.2
64
75require (
86 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
You can’t perform that action at this time.
0 commit comments