fix: strip v prefix from version in make install path #3

Merged
benvin merged 3 commits from benvin/fix-make-install-version into main 2026-06-21 22:34:40 +10:00
Showing only changes of commit 3d776f9e0f - Show all commits
+18
View File
@@ -0,0 +1,18 @@
when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-gobuilder:20260606
commands:
- uvx pre-commit run --all-files
backend_options:
kubernetes:
serviceAccountName: default
resources:
requests:
memory: 512Mi
cpu: 1
limits:
memory: 2Gi
cpu: 2