File tree Expand file tree Collapse file tree 3 files changed +84
-28
lines changed Expand file tree Collapse file tree 3 files changed +84
-28
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- go : [1.15, 1. 16]
10
+ go : [1.16]
11
11
os : [ubuntu-latest, macos-latest, windows-latest]
12
12
make_target : [test]
13
13
14
14
steps :
15
15
- name : Set up Go
16
- uses : actions/setup-go@v2.1.3
16
+ uses : actions/setup-go@v2
17
17
with :
18
18
go-version : ${{ matrix.go }}
19
19
id : go
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ require (
6
6
github.com/bflad/tfproviderlint v0.27.0
7
7
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
8
8
github.com/hashicorp/go-retryablehttp v0.7.0
9
- github.com/hashicorp/terraform-json v0.13.0 // indirect
10
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
9
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
11
10
github.com/mitchellh/hashstructure v1.1.0
12
11
github.com/onsi/gomega v1.18.0
13
12
github.com/xanzy/go-gitlab v0.51.1
You can’t perform that action at this time.
0 commit comments