From 122ed75c703109965f471bd66e2d4403a54676ed Mon Sep 17 00:00:00 2001 From: Alexandre Thenorio Date: Wed, 10 Apr 2024 17:02:50 +0200 Subject: [PATCH] fix: bump golang.org/x/tools/cmd/stringer to 0.20.0 Panics in latest Go --- .sage/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sage/main.go b/.sage/main.go index e8b64422e9..39ada94566 100644 --- a/.sage/main.go +++ b/.sage/main.go @@ -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 }