We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a009e4f commit 04a689dCopy full SHA for 04a689d
.github/workflows/releaser.yaml
@@ -21,7 +21,7 @@ jobs:
21
name: Set up Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: 1.23.4
+ go-version-file: 'go.mod'
25
- name: Set AUTOUPDATE_CHANNEL on tags
26
run: echo "AUTOUPDATE_CHANNEL=stable" >> $GITHUB_ENV
27
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments