Makefile: Fetch tags with --force (#3448)

This commit is contained in:
Jöran Karl 2024-08-31 18:08:16 +02:00 committed by GitHub
parent 47fb91e333
commit 2b44fc3bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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