Skip to content

Commit fa3fe47

Browse files
committed
chore: fix go.mod location
1 parent 676031a commit fa3fe47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/librariangen-ci.yml

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: "internal/librariangen/go.mod"
2525

2626
- name: Display Go version
2727
run: go version

0 commit comments

Comments
 (0)