fix getting version when using make binaries (#4489)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled

This commit is contained in:
Alessandro Ros 2025-05-04 20:18:45 +02:00 committed by GitHub
parent ba2a29322b
commit 66f36d9663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# do not add .git, since it is needed to extract the tag # do not add .git, since it is needed to extract the tag
# do not add /binaries, since it is needed by Docker images # do not add /binaries, since it is needed by Docker images
/tmp
/coverage*.txt /coverage*.txt
/apidocs/*.html /apidocs/*.html
/internal/core/VERSION /internal/core/VERSION

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/tmp
/binaries /binaries
/coverage*.txt /coverage*.txt
/apidocs/*.html /apidocs/*.html