Skip to content

Commit 5bd8e6b

Browse files
committed
fix(ci): use root go.mod path
1 parent 869cdfb commit 5bd8e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version-file: crunchy/go.mod
29+
go-version-file: go.mod
3030

3131
- name: Build binary
3232
env:

0 commit comments

Comments
 (0)