with `copyloopvar`, which needs Go 1.22.
* chore(ci): bump go version to v1.22
* fix(ci): pin release pipeline to go v1.22
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
Warning:
```
Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/checkout@v3, actions/setup-go@v4.
```
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
* ci: support releasing from different branch
* fix: git tags are not fetched
This preveted to detect if a `LIB_TAG` is already there.
Signed-off-by: Julian Strobl <jmastr@mailbox.org>