Skip to content

Commit df4d806

Browse files
committed
fix 编译版本问题
1 parent 0bf5c5f commit df4d806

File tree

4 files changed

+4
-291
lines changed

4 files changed

+4
-291
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.18
31+
go-version: 1.21
3232
-
3333
name: Import GPG key
3434
id: import_gpg

go.mod

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/aliyun/terraform-provider-alibabacloudstack
22

3-
go 1.21.4
4-
5-
toolchain go1.22.0
3+
go 1.21
64

75
require (
86
github.com/PaesslerAG/jsonpath v0.1.1
@@ -19,14 +17,13 @@ require (
1917
github.com/aliyun/credentials-go v1.3.1
2018
github.com/aliyun/fc-go-sdk v0.0.0-20200619091938-0882be48e49f
2119
github.com/denverdino/aliyungo v0.0.0-20200831100606-661b4d73f397
22-
gopkg.in/yaml.v2 v2.2.8
2320
github.com/google/uuid v1.3.0
2421
github.com/hashicorp/go-uuid v1.0.3
25-
github.com/hashicorp/terraform v0.13.5
2622
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
2723
github.com/jmespath/go-jmespath v0.4.0
2824
github.com/mitchellh/go-homedir v1.1.0
2925
github.com/panjf2000/ants/v2 v2.10.0
26+
gopkg.in/yaml.v2 v2.2.8
3027
)
3128

3229
require (
@@ -40,7 +37,6 @@ require (
4037
github.com/alibabacloud-go/tea-rpc-utils v1.1.2 // indirect
4138
github.com/alibabacloud-go/tea-utils/v2 v2.0.5 // indirect
4239
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
43-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
4440
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4541
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
4642
github.com/clbanning/mxj/v2 v2.5.5 // indirect

0 commit comments

Comments
 (0)