chore(go): avoid setup-go stable resolution in ci

This commit is contained in:
Micheal Wilkinson
2026-03-21 16:08:49 +00:00
parent eae70bb20f
commit d65af508a3
3 changed files with 8 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.26.1'
check-latest: true
check-latest: false
cache: true
cache-dependency-path: go.sum