Skip to content

Commit ad2b52e

Browse files
committed
chore: bump stringer to 0.29.0
This bumps stringer to the latest version, which fixes some errors when running make generate.
1 parent 8c2dae2 commit ad2b52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH := $(MYGOBIN):$(PATH)
1010
all: generate license fix vet fmt test lint tidy
1111

1212
"$(MYGOBIN)/stringer":
13-
go install golang.org/x/tools/cmd/stringer@v0.12.0
13+
go install golang.org/x/tools/cmd/stringer@v0.29.0
1414

1515
"$(MYGOBIN)/addlicense":
1616
go install github.com/google/[email protected]

0 commit comments

Comments
 (0)