Skip to content

Commit

Permalink
Try to fix fossa issue.
Browse files Browse the repository at this point in the history
Signed-off-by: sailorvii <challengingway@hotmail.com>
  • Loading branch information
sailorvii committed Aug 19, 2021
1 parent db43d23 commit 31e4af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.14.x"
go-version: "^1.16.x"
- run: go version
# Runs a set of commands to initialize and analyze with FOSSA
- name: run FOSSA analysis
Expand All @@ -22,6 +22,6 @@ jobs:
run: |
export GOPATH=$HOME/go
export PATH=$PATH:$(go env GOPATH)/bin
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash
fossa init
fossa analyze

0 comments on commit 31e4af1

Please sign in to comment.