goimports: add v0.33.0 (#50529)

* goimports: add v0.33.0
* Fix depends_on go version constraint
This commit is contained in:
Alec Scott 2025-05-20 19:12:08 -04:00 committed by GitHub
parent 091a8a4734
commit 3caff2c5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,11 @@ class Goimports(GoPackage):
license("BSD-3-Clause", checked_by="alecbcs")
version("0.33.0", sha256="22fd6c3146bf6cd38aa1b1a4f94ddf9e07ac5eb62f5db713ceb6d91df015cf4a")
version("0.28.0", sha256="2c0aa55c1748ba406eec2db21bf44ebec62b1d5812b6ba350b5d421af1544adb")
version("0.25.0", sha256="c536188f5db744371f526f3059960945ed580b3ee60553a4f01956251ab36d20")
depends_on("go@1.23:", type="build", when="@0.31:")
depends_on("go@1.22:", type="build", when="@0.25:")
build_directory = "cmd/goimports"