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 7a6ebdf commit b21f210Copy full SHA for b21f210
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Go
18
uses: actions/setup-go@v4
19
with:
20
- go-version: 1.20
+ go-version-file: go.mod
21
- name: Build
22
run: |
23
GOOS=windows GOARCH=amd64 go build
0 commit comments