We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2dae2 commit ad2b52eCopy full SHA for ad2b52e
Makefile
@@ -10,7 +10,7 @@ export PATH := $(MYGOBIN):$(PATH)
10
all: generate license fix vet fmt test lint tidy
11
12
"$(MYGOBIN)/stringer":
13
- go install golang.org/x/tools/cmd/stringer@v0.12.0
+ go install golang.org/x/tools/cmd/stringer@v0.29.0
14
15
"$(MYGOBIN)/addlicense":
16
go install github.com/google/[email protected]
0 commit comments