-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump go to 1.20 and k8sio to v1.28.0
Signed-off-by: Lan Liang <[email protected]>
- Loading branch information
1 parent
0b156cb
commit 583bbd8
Showing
4 changed files
with
86 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ export PATH := $(MYGOBIN):$(PATH) | |
all: generate license fix vet fmt test lint tidy | ||
|
||
"$(MYGOBIN)/stringer": | ||
go install golang.org/x/tools/cmd/stringer@v0.1.10 | ||
go install golang.org/x/tools/cmd/stringer@v0.12.0 | ||
|
||
"$(MYGOBIN)/addlicense": | ||
go install github.com/google/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.