Update go version (#42)

Reviewed-on: phoenix/textsender-models#42
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-03 22:01:08 -04:00
committed by phoenix
parent ec371ec86b
commit c857772953
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
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
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
)