This repository was archived by the owner on Dec 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
env :
18
18
# Go language version to use for building. This value should also be updated
19
19
# in the testing workflow if changed.
20
- GO_VERSION : ' 1.17 '
20
+ GO_VERSION : ' 1.18 '
21
21
22
22
jobs :
23
23
goreleaser :
30
30
- uses : actions/setup-go@v3
31
31
with :
32
32
go-version : ${{ env.GO_VERSION }}
33
- # This uses an action (hashicorp/ghaction-import-gpg) that assumes you set your
33
+ # This uses an action (hashicorp/ghaction-import-gpg) that assumes you set your
34
34
# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
35
35
# secret. If you would rather own your own GPG handling, please fork this action
36
36
# or use an alternative one for key handling.
Original file line number Diff line number Diff line change 1
1
module github.com/nxt-engineering/terraform-provider-publicip
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/hashicorp/terraform-plugin-docs v0.5.1
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
151
151
github.com/google/go-cmp v0.4.0 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
152
152
github.com/google/go-cmp v0.4.1 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
153
153
github.com/google/go-cmp v0.5.0 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
154
- github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
155
154
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
156
155
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ =
157
156
github.com/google/go-cmp v0.5.6 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
@@ -223,7 +222,6 @@ github.com/hashicorp/terraform-plugin-docs v0.5.1 h1:WwrUcamix9x0TqfTw/WGHMRqoTe
223
222
github.com/hashicorp/terraform-plugin-docs v0.5.1 /go.mod h1:SQwEgy0/B0UPQ07rNEG1Wpt6E3jvRcCwkVHPNybGgc0 =
224
223
github.com/hashicorp/terraform-plugin-framework v0.5.0 h1:QUBNSZHiRJrQpbjqCdPcw5MRLU1TyzpQCrA4eRId364 =
225
224
github.com/hashicorp/terraform-plugin-framework v0.5.0 /go.mod h1:rV7pWcX0+tpDLQFl0XuF2SGO1fm8JkVytduSu/HbIbY =
226
- github.com/hashicorp/terraform-plugin-go v0.4.0 /go.mod h1:7u/6nt6vaiwcWE2GuJKbJwNlDFnf5n95xKw4hqIVr58 =
227
225
github.com/hashicorp/terraform-plugin-go v0.5.0 /go.mod h1:PAVN26PNGpkkmsvva1qfriae5Arky3xl3NfzKa8XFVM =
228
226
github.com/hashicorp/terraform-plugin-go v0.6.0 h1:EmeULv7+/eMsQpb1iJpuVCcbxNmY5C0lo5cEX712Zhc =
229
227
github.com/hashicorp/terraform-plugin-go v0.6.0 /go.mod h1:p+L2cRtja1Rr5A/S9flPLAzHyt2544MhIpAfwqnK7U0 =
You can’t perform that action at this time.
0 commit comments