integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
887 stars 730 forks source link

Run go get -u github.com/golangci/golangci-lint #2143

Closed kfcampbell closed 7 months ago

kfcampbell commented 7 months ago

I ran go get -u github.com/golangci/golangci-lint in order to update to the latest linter version. This confirms our linter issues were due to the deprecated Terraform SDK and future linter upgrades can be handled by Dependabot.

This PR (made with Go 1.22.0 locally) also introduces the toolchain line in the go.mod file.