fix: go mod upgrades

This commit is contained in:
allanice001
2025-11-06 04:37:14 +00:00
parent f4c41cfed7
commit 04fc75a699
3 changed files with 3 additions and 10 deletions

View File

@@ -28,8 +28,8 @@ SDK_PKG ?= ${BIN} # package name inside the SDK
UI_SSG_ROUTES ?= /,/login,/docs,/pricing
# Go versioning (go.mod uses major.minor; youre on 1.25.3)
GO_VERSION ?= 1.25.3
# Go versioning (go.mod uses major.minor; youre on 1.25.4)
GO_VERSION ?= 1.25.4
# SDK / package settings (TypeScript)
SDK_TS_OUTDIR ?= sdk/ts