Skip to content

Commit 28937b8

Browse files
committed
chore: switch to go1.22 and downgrade github.com/hashicorp/terraform-plugin-docs
to not required go version higher than 1.22
1 parent d34bf5b commit 28937b8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/castai/terraform-provider-castai
22

3-
go 1.22.7
4-
5-
toolchain go1.23.6
3+
go 1.22.0
64

75
require (
86
github.com/cenkalti/backoff/v4 v4.1.3
@@ -12,7 +10,7 @@ require (
1210
github.com/google/uuid v1.3.0
1311
github.com/gruntwork-io/terratest v0.40.18
1412
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
15-
github.com/hashicorp/terraform-plugin-docs v0.20.1
13+
github.com/hashicorp/terraform-plugin-docs v0.19.4
1614
github.com/hashicorp/terraform-plugin-log v0.8.0
1715
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
1816
github.com/joho/godotenv v1.4.0

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)