Commit graph

7 commits

Author SHA1 Message Date
Thorben Günther
1bfb814f14
Revert "ci: Don't fail on staticcheck"
This reverts commit 960ab04165.

The latest release fixes the issue.
2023-08-20 19:41:31 +02:00
Thorben Günther
960ab04165
ci: Don't fail on staticcheck 2023-08-16 01:20:37 +02:00
Thorben Günther
84c4c45d5b
version: Use linker flag
Embedding the version file is slightly annoying for packaging, because
the release tarball is not a git repository and so "go generate" would
fail. Instead a packager would have to manually create the version.txt
file.
With using a linker flag, the version string has a graceful fallback.
2023-02-16 13:06:21 +01:00
Thorben Günther
78801c98e4
Add version flag
And print version at startup.
2023-01-16 14:35:53 +01:00
Thorben Günther
9f12f78e9f
CI: Add missing secret for publishing docker images 2023-01-14 21:33:43 +01:00
Thorben Günther
55c58d882c
Publish a dev docker image
It is build from the master branch.
2023-01-14 21:31:54 +01:00
Thorben Günther
5109867f38
Add build manifest 2022-10-13 14:16:41 +02:00