Skip to content

Commit 04a689d

Browse files
committed
go.mod update
1 parent a009e4f commit 04a689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.23.4
24+
go-version-file: 'go.mod'
2525
- name: Set AUTOUPDATE_CHANNEL on tags
2626
run: echo "AUTOUPDATE_CHANNEL=stable" >> $GITHUB_ENV
2727
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)