Update go (#13)
Go CI / Test (push) Failing after 6s
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test (pull_request) Failing after 6s

Reviewed-on: #13
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 16:09:11 -04:00
committed by phoenix
parent 50b3ebe671
commit 5c97c4bcd6
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26.1'
go-version: '1.26.2'
- name: Configure Git for SSH
run: |
git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/"