Compare commits

...
Author SHA1 Message Date
phoenix d0ec54eb9f Updating go in workflow 2026-05-03 15:56:43 -04:00
phoenix b615219c5b Updating go version 2026-05-03 15:51:32 -04:00
2 changed files with 2 additions and 2 deletions
+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 }}/"
+1 -1
View File
@@ -1,6 +1,6 @@
module git.kundeng.us/phoenix/textsender-models module git.kundeng.us/phoenix/textsender-models
go 1.26.1 go 1.26.2
require ( require (
github.com/golang-jwt/jwt/v5 v5.3.1 github.com/golang-jwt/jwt/v5 v5.3.1