Added missing go mod tidy.

This commit is contained in:
2025-07-30 08:58:58 +02:00
parent 3fe908226d
commit 8181ac8287

View File

@@ -26,6 +26,7 @@ jobs:
run: |
VERSION=${GITEA_REF_NAME}
echo "Building version $VERSION"
go mod tidy
go build -ldflags "-s -w -X main.Version=$VERSION" -o lab-ca .
# 4. Install the tea CLI