PMM-7 Pick up Go version from

go.mod
This commit is contained in:
Alex Demidoff
2026-03-12 15:13:27 +03:00
committed by GitHub
parent 091f4f8c46
commit 76db8a5300

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version-file: ${{ github.workspace }}/go.mod
- name: Build
run: cd src/go; make linux-amd64; cd ../../