Skip to content

Commit b7b8ea8

Browse files
committed
fix(ci): use tooling go.mod for version
1 parent 03d89a6 commit b7b8ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Go
4141
uses: actions/setup-go@v5
4242
with:
43-
go-version-file: "go.mod"
43+
go-version-file: "./libevm/tooling/go.mod"
4444
- run: go test ./...
4545

4646
go_generate:

0 commit comments

Comments
 (0)