-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(golang/tools/gorename): gorename was deleted (#27491)
* fix(golang/tools/gorename): gorename was deleted * fix(golang/tools/gorename): fix version_filter
- Loading branch information
1 parent
5ae53b8
commit 475eda2
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
packages: | ||
- type: go_install | ||
name: golang/tools/gorename | ||
path: golang.org/x/tools/cmd/gorename | ||
repo_owner: golang | ||
repo_name: tools | ||
description: The gorename command performs precise type-safe renaming of identifiers in Go source code | ||
link: https://pkg.go.dev/golang.org/x/tools/cmd/gorename | ||
version_source: github_tag | ||
version_filter: not (Version startsWith "gopls/") | ||
files: | ||
- name: gorename | ||
version_filter: not (Version startsWith "gopls/") and semver("<= 0.25.0") | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: semver("<= 0.25.0") | ||
path: golang.org/x/tools/cmd/gorename | ||
- version_constraint: "true" | ||
error_message: | | ||
gorename was deleted at v0.26.0. https://github.com/golang/go/issues/69360 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.