ci: get golang version from go.mod file

This commit is contained in:
2026-07-08 06:49:34 +02:00
parent 12f26f1d8f
commit bdbf2aa88b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26.3"
go-version-file: 'go.mod'
- name: Install yq
run: |
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq