We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091f4f8 commit 76db8a5Copy full SHA for 76db8a5
1 file changed
.github/workflows/toolkit.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v6
22
with:
23
- go-version: '1.25'
+ go-version-file: ${{ github.workspace }}/go.mod
24
- name: Build
25
run: cd src/go; make linux-amd64; cd ../../
26
0 commit comments