tsk-14: Update go (#15)

Closes #14

Reviewed-on: #15
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-24 20:21:39 +00:00
committed by phoenix
parent 83fb0aa49e
commit 2041e3e20b
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v6
with: with:
go-version: '1.25.3' # You can specify a specific version or 'stable' go-version: '1.25.4' # You can specify a specific version or 'stable'
- name: Build - name: Build
run: | run: |
+3 -3
View File
@@ -1,10 +1,10 @@
module git.kundeng.us/phoenix/sender module git.kundeng.us/phoenix/sender
go 1.25.3 go 1.25.4
require ( require (
git.kundeng.us/phoenix/swoosh v0.0.1-main-3a21426ae1-556 git.kundeng.us/phoenix/swoosh v0.0.2-main-e28e5c6755-556
git.kundeng.us/phoenix/textsender-models v0.0.7-5-9bc1743bd9-556 git.kundeng.us/phoenix/textsender-models v0.0.9
) )
require ( require (
+4 -4
View File
@@ -1,7 +1,7 @@
git.kundeng.us/phoenix/swoosh v0.0.1-main-3a21426ae1-556 h1:HkaufrT0yaZA0VYS/eItPb0MAErCfnzsIqFlZKaQPtw= git.kundeng.us/phoenix/swoosh v0.0.2-main-e28e5c6755-556 h1:tf/yiV3ZKN6Bw6ZbEtkCkuxHoxDnyHzzQbXXYLk0rCs=
git.kundeng.us/phoenix/swoosh v0.0.1-main-3a21426ae1-556/go.mod h1:P47q3zXiy5FVKrm6liOk9/gdn/bsJoAu27gnKiAaZos= git.kundeng.us/phoenix/swoosh v0.0.2-main-e28e5c6755-556/go.mod h1:q9KtPPuivADIRO0HeWBduCaGgpVWAQ2LmkcphiOMwzQ=
git.kundeng.us/phoenix/textsender-models v0.0.7-5-9bc1743bd9-556 h1:/tIswN4wEFioG++uo25iBY1jPNdHjhH07l8Vh4qUDQo= git.kundeng.us/phoenix/textsender-models v0.0.9 h1:wHEbDLYzMpXQ8OaIf05xFY1V19iTpQogTJEuKInkjEQ=
git.kundeng.us/phoenix/textsender-models v0.0.7-5-9bc1743bd9-556/go.mod h1:lx5MCnOgGgsdpwzrfi9uph5xmkeb6H8AuexUNGss2no= git.kundeng.us/phoenix/textsender-models v0.0.9/go.mod h1:9iPDQJg1Tc6WMNoW5+f8YKmnosMwlWHJ++hmxNLDEe0=
github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=