tsk-1: Update go version (#2)

Closes #1

Reviewed-on: #2
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-24 20:10:10 +00:00
committed by phoenix
parent 3a21426ae1
commit e28e5c6755
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
module git.kundeng.us/phoenix/swoosh
go 1.25.3
go 1.25.4
require (
git.kundeng.us/phoenix/textsender-models v0.0.7-5-9bc1743bd9-556
git.kundeng.us/phoenix/textsender-models v0.0.9
github.com/twilio/twilio-go v1.28.6
)