show right server version when server is compiled from source (#3409)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run

This commit is contained in:
Alessandro Ros 2024-10-05 23:10:14 +02:00 committed by GitHub
parent 2586782031
commit c71694741e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 250 additions and 30 deletions

View file

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make test
@ -24,6 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make test32
@ -32,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with: