-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add make command to update template (#2212)
* feat: add command to update template Signed-off-by: hlts2 <[email protected]> * fix: use make update/template in the workflow Signed-off-by: hlts2 <[email protected]> * fix: refactor variable names Signed-off-by: hlts2 <[email protected]> * fix: call make update/template in update command Signed-off-by: hlts2 <[email protected]> * fix: use make version command to get latest dependency version Signed-off-by: hlts2 <[email protected]> --------- Signed-off-by: hlts2 <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
14 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
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 |
---|---|---|
|
@@ -388,6 +388,7 @@ update: \ | |
update/libs \ | ||
proto/all \ | ||
deps \ | ||
update/template \ | ||
format \ | ||
go/deps | ||
|
||
|
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