chore: fix ci-back go version
Some checks failed
Backend ci / build (push) Failing after 1m13s

This commit is contained in:
d3m0k1d
2026-02-03 15:59:10 +03:00
parent fd217625a0
commit c31081e0f3

View File

@@ -24,7 +24,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.25.6'
cache: false
- name: Install deps
run: go mod tidy