Skip to content

Commit

Permalink
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.16…
Browse files Browse the repository at this point in the history
….0 (#17)

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.16.0

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.10.1 to 2.16.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.10.1...v2.16.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* staticcheck not being excluded, ignored

* hashicorp/terraform-plugin-go requires 1.17 go

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J0HNB0Y <[email protected]>
  • Loading branch information
dependabot[bot] and J0HNB0Y authored May 11, 2022
1 parent 3f79ece commit ec71a5c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17', '1.16', '1.15' ]
go: [ '1.17' ]
name: Go ${{ matrix.go }} CI test
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ linters:
- paralleltest
#Temporarily disabling wrapcheck
- wrapcheck
- staticcheck
# Disable the 'cyclop' cyclometric complexity linter. 'gocyclo' already
# covers cyclometric complexity, and 'cyclop' has no documentation to
# help with resolving the flagged lints
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/HPE/terraform-provider-hpegl
go 1.14

require (
cloud.google.com/go/iam v0.3.0 // indirect
github.com/HewlettPackard/hpegl-vmaas-terraform-resources v0.1.8
github.com/golangci/golangci-lint v1.46.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
github.com/hewlettpackard/hpegl-provider-lib v0.0.12
)
Loading

0 comments on commit ec71a5c

Please sign in to comment.