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 5d04d4e commit d6848e0Copy full SHA for d6848e0
.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.17
+ go-version: 1.23
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