Skip to content

Commit 04875b2

Browse files
committed
ci: fix release workflow to use go.mod for version
1 parent 805dd5d commit 04875b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.25'
23+
go-version-file: 'go.mod'
2424

2525
- name: Download dependencies
2626
run: go mod download

0 commit comments

Comments
 (0)