Compare commits

..
Author SHA1 Message Date
phoenix ed4471bd7e tsk-8: Version bump 2025-11-24 16:27:17 -05:00
phoenix 3aab2f01ab tsk-8: Workflow tweaks 2025-11-24 16:25:56 -05:00
phoenix b4359d931d tsk-8: Renamed pkg 2025-11-24 16:23:13 -05:00
phoenixandphoenix fbaa9a48f3 Go version upgrade (#7)
Reviewed-on: phoenix/textsender-models#7
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-11-24 19:46:16 +00:00
11 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.0.9"
VERSION="0.0.10"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
+3 -3
View File
@@ -11,13 +11,13 @@ jobs:
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.25.4'
- name: Configure Git for SSH
run: |
git config --global url."git@git.kundeng.us:".insteadOf "https://git.kundeng.us/"
go env -w GOPRIVATE=git.kundeng.us/phoenix/*
git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/"
go env -w GOPRIVATE=${{ secrets.GIT_HOST_ROOT }}/phoenix/*
- name: Download dependencies
run: |