Updating go in workflow

This commit is contained in:
2026-05-03 15:56:43 -04:00
parent b615219c5b
commit d0ec54eb9f
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: '1.26.1' go-version: '1.26.2'
- name: Configure Git for SSH - name: Configure Git for SSH
run: | run: |
git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/" git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/"