Skip to content

Commit

Permalink
fix: bump golang.org/x/tools/cmd/stringer to 0.20.0
Browse files Browse the repository at this point in the history
Panics in latest Go
  • Loading branch information
alethenorio committed Apr 10, 2024
1 parent d7df62c commit 122ed75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sage/main.go
Expand Up @@ -82,7 +82,7 @@ func GitVerifyNoDiff(ctx context.Context) error {

func Stringer(ctx context.Context) error {
sg.Logger(ctx).Println("building...")
_, err := sgtool.GoInstall(ctx, "golang.org/x/tools/cmd/stringer", "v0.11.0")
_, err := sgtool.GoInstall(ctx, "golang.org/x/tools/cmd/stringer", "v0.20.0")
return err
}

Expand Down

0 comments on commit 122ed75

Please sign in to comment.