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 09:23:54 +07:00
parent d7df859f1e
commit 823b050744
5 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
uses: actions/setup-go@v6
with:
# Keep in sync with release.yml
go-version: "1.25.8"
go-version: "1.25.9"
cache-dependency-path: go_backend/go.sum
- name: Check formatting
+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