Upgrade go to 1.25.6

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-29 11:59:12 +04:00
parent 68e93c4bc7
commit 58838e1420
3 changed files with 10 additions and 10 deletions

View File

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