chore(workflows): use go-version-file for setup-go
All checks were successful
Push Validation / coverage-badge (push) Successful in 1m14s
Push Validation / recommend-release (push) Successful in 23s

This commit is contained in:
Micheal Wilkinson
2026-03-21 16:25:26 +00:00
parent 511110f466
commit 53a097784e
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.26.1'
go-version-file: go.mod
check-latest: false
cache: true
cache-dependency-path: go.sum