Skip to content

Commit df71b6e

Browse files
updated file name (#624)
* fix path to go.mod Co-authored-by: Wayne Adams <[email protected]> Co-authored-by: Janice Bailey <[email protected]> --------- Co-authored-by: Wayne Adams <[email protected]>
1 parent 783c456 commit df71b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v3
2727
with:
28-
go-version-file: 'go.mod'
29-
28+
go-version-file: './om/go.mod'
29+
3030
- name: Test
3131
run: |
3232
go install github.com/onsi/ginkgo/ginkgo

0 commit comments

Comments
 (0)