Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated scan license github action to latest go version #541

Merged
merged 2 commits into from
Feb 11, 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
Next Next commit
Updated scan license github action to latest go version
Signed-off-by: Corbin Phelps <[email protected]>
Corbin Phelps committed Feb 10, 2022
commit 715a2fb2fa1796ed7131f9319d0631219116be81
6 changes: 3 additions & 3 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Install License Scanner
run: go install github.com/uw-labs/lichen@latest
run: go install github.com/uw-labs/lichen@v0.1.4

- name: Check out source code
uses: actions/checkout@v1
@@ -33,4 +33,4 @@ jobs:
run: lichen --config=./license.yaml "./artifacts/stanza_windows_amd64"

- name: Scan Licenses MacOS
run: lichen --config=./license.yaml "./artifacts/stanza_darwin_amd64"
run: lichen --config=./license.yaml "./artifacts/stanza_darwin_amd64"