Upgrade go to 1.25.7

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-09 10:55:58 +04:00
parent 01f49d5ec7
commit 4c28792944
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25.6"
go-version: "1.25.7"
cache: true
- name: Set up Node.js