fix(ci): bump Go to 1.26.4 and exempt /panel/groups SPA route from api-docs test

- Bump go directive to 1.26.4 to pick up stdlib security fixes in
  crypto/x509, mime and net/textproto flagged by govulncheck
- Add /panel/groups to the api_docs_test SPA-page allowlist so the
  UI page route is not treated as an undocumented API endpoint
- go.sum carries pgx/v5 v5.10.0 bump
This commit is contained in:
MHSanaei
2026-06-03 15:38:44 +02:00
parent 573c43e445
commit 039d05a743
3 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/mhsanaei/3x-ui/v3
go 1.26.3
go 1.26.4
require (
github.com/gin-contrib/gzip v1.2.6
@@ -56,7 +56,7 @@ require (
github.com/grbit/go-json v0.11.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.9.2 // indirect
github.com/jackc/pgx/v5 v5.10.0 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect