Skip to content

Commit

Permalink
Bump github.com/golangci/golangci-lint from 1.43.0 to 1.46.0 (#16)
Browse files Browse the repository at this point in the history
* Bump github.com/golangci/golangci-lint from 1.43.0 to 1.46.0

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.43.0 to 1.46.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.43.0...v1.46.0)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Removing failing go versions from CI checks

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 e42db73 commit 3f79ece
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 76 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', '1.14', '1.13' ]
go: [ '1.17', '1.16', '1.15' ]
name: Go ${{ matrix.go }} CI test
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ 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.43.0
github.com/golangci/golangci-lint v1.46.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hewlettpackard/hpegl-provider-lib v0.0.12
)
Loading

0 comments on commit 3f79ece

Please sign in to comment.