File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " terraform-provider-coder" ,
3
- "image" : " mcr.microsoft.com/devcontainers/go:1.20 " ,
3
+ "image" : " mcr.microsoft.com/devcontainers/go:1.22 " ,
4
4
"features" : {
5
5
"ghcr.io/devcontainers/features/terraform:1" : {
6
6
"installTerraformDocs" : true
Original file line number Diff line number Diff line change 27
27
- name : Set up Go
28
28
uses : actions/setup-go@v5
29
29
with :
30
- go-version : 1.20.6
30
+ go-version : 1.22.3
31
31
32
32
- name : Import GPG key
33
33
id : import_gpg
Original file line number Diff line number Diff line change 22
22
- name : Set up Go
23
23
uses : actions/setup-go@v5
24
24
with :
25
- go-version : " 1.20 "
25
+ go-version : " 1.22 "
26
26
id : go
27
27
28
28
- name : Check out code into the Go module directory
59
59
- name : Set up Go
60
60
uses : actions/setup-go@v5
61
61
with :
62
- go-version : " 1.20 "
62
+ go-version : " 1.22 "
63
63
id : go
64
64
65
65
- uses : hashicorp/setup-terraform@v3
89
89
- name : Set up Go
90
90
uses : actions/setup-go@v5
91
91
with :
92
- go-version : " 1.20 "
92
+ go-version : " 1.22 "
93
93
id : go
94
94
95
95
- uses : hashicorp/setup-terraform@v3
Original file line number Diff line number Diff line change 1
1
module github.com/coder/terraform-provider-coder
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
toolchain go1.22.3
6
6
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
58
58
github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
59
59
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68 =
60
60
github.com/go-test/deep v1.0.3 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
61
- github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
62
- github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
63
61
github.com/golang/protobuf v1.1.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
64
62
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
65
63
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments