Skip to content

Commit

Permalink
fix gomod path
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 committed Jun 30, 2024
1 parent bf10d2a commit 355ac64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'go/go.mod'
- name: build
run: make build
test:
Expand All @@ -26,6 +26,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'go/go.mod'
- name: Unit tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'go/go.mod'
- name: golang-lint
run: make lint
license:
Expand Down

0 comments on commit 355ac64

Please sign in to comment.