Updated go version in workflows

This commit is contained in:
2026-04-03 21:44:27 -04:00
parent a4bfb138bf
commit 093795cfa7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,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.25.4' go-version: '1.26.1'
- name: Create version - name: Create version
id: version id: version
+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.25.4' go-version: '1.26.1'
- 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 }}/"