Skip to content

Commit 76db8a5

Browse files
authored
PMM-7 Pick up Go version from
go.mod
1 parent 091f4f8 commit 76db8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/toolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.25'
23+
go-version-file: ${{ github.workspace }}/go.mod
2424
- name: Build
2525
run: cd src/go; make linux-amd64; cd ../../
2626

0 commit comments

Comments
 (0)