feat: add initial implementation of Go utilities and CI workflows
All checks were successful
🚀 Publish Release Package / publish (push) Successful in 5m37s
🧪 ✨ Tests Workflow / 🔍 🐹 Go Lint (push) Successful in 7m32s
🧪 ✨ Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 8m29s

This commit is contained in:
2025-06-18 17:19:31 -04:00
parent c588ade142
commit 44ee8a0c67
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
run: |
curl --user ${{ secrets.PACKAGE_PUBLISH_USER }}:${{ secrets.PACKAGE_PUBLISH_TOKEN }} \
--upload-file ${{ github.ref_name }}.zip \
${{ gitea.server_url }}/api/packages/packages/go/upload
${{ gitea.server_url }}/api/packages/golang-packages/go/upload
if [ $? -ne 0 ]; then
echo "Error uploading release package"
exit 1

2
go.mod
View File

@@ -1,3 +1,3 @@
module gitea.siteworxpro.com/packages/golang-utilities
module gitea.siteworxpro.com/golang-packages/utilities
go 1.23.4