Chirpstack Application Server, old version

I want to build an old server version like 3.13.2 - how to do that? When I try to build the project, I get an error :frowning:

Blockquote
== RUN TestUser
=== RUN TestUser/admin
=== RUN TestUser/non_admin
=== RUN TestUser/non_admin/invalid
=== RUN TestUser/non_admin/valid
ā€” PASS: TestUser (0.00s)
ā€” PASS: TestUser/admin (0.00s)
ā€” PASS: TestUser/non_admin (0.00s)
ā€” PASS: TestUser/non_admin/invalid (0.00s)
ā€” PASS: TestUser/non_admin/valid (0.00s)
PASS
coverage: 71.9% of statements
ok github.com/brocaar/chirpstack-application-server/internal/storage 97.737s coverage: 71.9% of statements
? github.com/brocaar/chirpstack-application-server/internal/test [no test files]
? github.com/brocaar/chirpstack-application-server/internal/tools/swagger [no test files]
FAIL
make: *** [Makefile:24: test] Error 1
bash-5.1#