Skip to content

Commit

Permalink
Unbreak go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Nov 29, 2024
1 parent 43742da commit 7d1abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.

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

Expand Down

0 comments on commit 7d1abed

Please sign in to comment.