mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Makefile: Fetch tags with --force (#3448)
This commit is contained in:
parent
47fb91e333
commit
2b44fc3bbb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ install: generate
|
|||
install-all: install
|
||||
|
||||
fetch-tags:
|
||||
git fetch --tags
|
||||
git fetch --tags --force
|
||||
|
||||
generate:
|
||||
GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime
|
||||
|
|
|
|||
Loading…
Reference in a new issue