Compare commits

...
Author SHA1 Message Date
phoenix 093795cfa7 Updated go version in workflows 2026-04-03 21:44:27 -04:00
phoenix a4bfb138bf Updated go version: -m 2026-04-03 21:42:12 -04:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.4'
go-version: '1.26.1'
- name: Create version
id: version
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.4'
go-version: '1.26.1'
- name: Configure Git for SSH
run: |
git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/"
+1 -1
View File
@@ -1,6 +1,6 @@
module git.kundeng.us/phoenix/textsender-models
go 1.25.4
go 1.26.1
require (
github.com/golang-jwt/jwt/v5 v5.3.0