Use fixed version instead of stable

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-08-13 15:26:02 +04:00
parent bfeddf37f4
commit 67338d4736

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: "actions/setup-go@v5"
with:
go-version: stable
go-version: "1.25"
- uses: "actions/setup-node@v4"
with:
node-version: 22
@@ -74,7 +74,7 @@ jobs:
- uses: "actions/checkout@v4"
- uses: "actions/setup-go@v5"
with:
go-version: stable
go-version: "1.25"
- uses: "actions/setup-node@v4"
with:
node-version: 22
@@ -91,4 +91,3 @@ jobs:
coverage.html
retention-days: 30
- run: "make lint"