We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4692496 commit 4a05ac2Copy full SHA for 4a05ac2
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
if: success()
14
uses: actions/setup-go@v3
15
with:
16
- go-version-file: 'go.mod'
+ go-version: '1.20'
17
18
- name: Set environment variables
19
shell: bash
0 commit comments