This repository was archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Go list implementation for detecting dependencies #5
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1e94bc9
Lint and remove go.sum search
lseppala c66a139
More lint
lseppala a894776
Add NCC, compile
lseppala b4e5a1b
Use go list to build accurate graph
lseppala a1ce362
Add example go project and Action
lseppala a7a9975
Update dist
lseppala 9b8e9c6
Temporarily use PR branch
lseppala f1fbcc4
Fix
lseppala ad214b8
commit dist
lseppala 5c86b1b
Work with relative path
lseppala bb061b8
Update toolkit lib
lseppala eedb5d7
Update action.yml
lseppala 50feb18
Mess with quoting
lseppala 0a2f424
The quote parsing seems borked
lseppala 8b2cdeb
More hacking for this possible bug
lseppala 0506777
Apply stashed changes
lseppala e426705
Remove prefix from go target
lseppala 659e82b
i hate checking in build artifacts >:[
lseppala 93768c8
Accidentally a conditional
lseppala f79e49e
Drop leading /
lseppala 84b027b
More complex go example
lseppala f86620e
Merge remote-tracking branch 'origin/main' into lsep/go-list-impl
lseppala f2af090
Enable on master push
lseppala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Go Action detection of dependencies | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
go-action-detection: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout Repository' | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: ">=1.18.0" | ||
- name: Run snapshot action | ||
uses: dsp-testing/go-snapshot-action@lsep/go-list-impl | ||
with: | ||
go-mod-path: go-example/go.mod | ||
go-build-target: go-example/cmd/octocat.go |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.