We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6253 commit 8fcc368Copy full SHA for 8fcc368
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
21
with:
22
- go-version: '1.24'
+ go-version-file: "scripts/go.mod"
23
24
- name: Build release archive
25
run: |
0 commit comments