GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.32k stars 1.75k forks source link

Unpin goimports when lowest Go version is >= 1.22. #4374

Closed telpirion closed 2 weeks ago

telpirion commented 2 months ago

When the linter pulls goimports@latest (v0.25.0 as of filing this bug), the linter fails due to the repo supporting Go v1.21 as its earliest version.

Once we officially move to Go v1.22 as earliest version, we should restore goimports@latest in the linter.