Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Go list implementation for detecting dependencies #5

Merged
merged 23 commits into from
May 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
lseppala authored May 14, 2022
commit f1fbcc4f893b709911f757b32e6e1e6654eab6b4
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function detect () {

const metadataInput = core.getInput('metadata')

process.chdir(goModPath)
process.chdir(goModDir)
console.log(
`Running go package detection in ${path} on build target ${goBuildTarget}`
)
Expand Down