chore(deps): update Go modules

go get -u across the backend: goja 2026-07-01, golang.org/x/* latest,
brotli 1.2.2, klauspost/compress 1.19. Toolchain stays on go1.25.9;
CI and docs now pin 1.25.9 explicitly.
This commit is contained in:
zarzet
2026-07-10 10:18:02 +07:00
parent d7df859f1e
commit 823b050744
5 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "1.25.8"
go-version: "1.25.9"
cache-dependency-path: go_backend/go.sum
# Cache Gradle for faster builds
@@ -179,7 +179,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "1.25.8"
go-version: "1.25.9"
cache-dependency-path: go_backend/go.sum
# Cache CocoaPods