Skip to content

Commit 7d1abed

Browse files
committed
Unbreak go generate
1 parent 43742da commit 7d1abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed under the Apache License, Version 2.0
33
// that can be found in the LICENSE file.
44

5-
//go:generate go install golang.org/x/tools/cmd/stringer@latest
5+
//go:generate go install golang.org/x/tools/cmd/stringer@v0.24.0
66
//go:generate stringer -type state
77
//go:generate stringer -type Location
88

0 commit comments

Comments
 (0)