chore(ci): pin Go toolchain to 1.26.1 in workflows
Some checks failed
Push Validation / validate (push) Failing after 1m30s

This commit is contained in:
Micheal Wilkinson
2026-03-20 13:30:19 +00:00
parent c6c382afce
commit 3d71433630
3 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.26.1'
check-latest: true
cache: false
- name: Ensure tooling is available