[misc] Update GitHub Actions workflows to use go-version-file directive

This commit is contained in:
Maycon Santos
2025-11-20 21:55:03 +01:00
parent 181b370cc8
commit 74667d908f
8 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v5
id: go
with:
go-version: "1.24.x"
go-version-file: "go.mod"
cache: false
- name: Get Go environment