Skip to content

Commit c9b698e

Browse files
committed
fix: fix the path of go.mod
1 parent edd5495 commit c9b698e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-release-alauda.yaml

Lines changed: 1 addition & 1 deletion
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-file: go.mod
24+
go-version-file: "image/git-init/go.mod"
2525
cache: false
2626

2727
- name: Set up GoReleaser

0 commit comments

Comments
 (0)