Update Go 1.25.7

This commit is contained in:
dyhkwong
2026-02-06 00:37:05 +08:00
parent a34a442029
commit cca1fdf78e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.25.6
go-version: 1.25.7
cache-dependency-path: "library/core/go.sum"
- name: Setup Go Mobile
# https://github.com/golang/mobile/blob/c31d5b91ecc32c0d598b8fe8457d244ca0b4e815/cmd/gomobile/init.go#L83