feat(actions): Change action to Gitea

- Build and packages on Gitea action
- Use go 1.25
- Update dependencies
This commit is contained in:
2025-08-19 15:08:31 +02:00
parent 9f75f874d1
commit 4336490a72
8 changed files with 109 additions and 100 deletions

View File

@@ -13,7 +13,7 @@ CUR_BRANCH=$(shell git branch --show-current)
VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo $(CUR_BRANCH)-$(CUR_SHA))# use by golang flags
# Go build command and environment variables for target OS and architecture
GOVERSION=1.24
GOVERSION=1.25
GO=container# container, local
OUTPUT=katenary
GOOS=linux