Skip to content

Commit e29dfdd

Browse files
authored
Merge pull request #807 from willianpaixao/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.10.1
Dependabot/go modules/GitHub.com/hashicorp/terraform plugin sdk/v2 2.10.1
2 parents c5a2f34 + 362f220 commit e29dfdd

File tree

3 files changed

+84
-28
lines changed

3 files changed

+84
-28
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
go: [1.15, 1.16]
10+
go: [1.16]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
make_target: [test]
1313

1414
steps:
1515
- name: Set up Go
16-
uses: actions/setup-go@v2.1.3
16+
uses: actions/setup-go@v2
1717
with:
1818
go-version: ${{ matrix.go }}
1919
id: go

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ require (
66
github.com/bflad/tfproviderlint v0.27.0
77
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
88
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
1110
github.com/mitchellh/hashstructure v1.1.0
1211
github.com/onsi/gomega v1.18.0
1312
github.com/xanzy/go-gitlab v0.51.1

0 commit comments

Comments
 (0)