Skip to content

Commit bb1cc28

Browse files
committed
go 1.24.2 and terraform 1.12.2
1 parent 636a66c commit bb1cc28

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/skysqlinc/terraform-provider-skysql
22

3-
go 1.23.0
4-
5-
toolchain go1.23.8
3+
go 1.24.2
64

75
require (
86
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d

0 commit comments

Comments
 (0)