Skip to content

Commit

Permalink
Fixing go lint install in quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed May 23, 2022
1 parent e17bd3f commit e03b3f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Install Dependencies
run: |
go version
go get -u golang.org/x/lint/golint
go get -u github.com/fzipp/gocyclo/cmd/gocyclo
go install golang.org/x/lint/golint@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
- name: Tests
run: |
go test -v -coverprofile=coverage.out ./...
Expand Down
4 changes: 2 additions & 2 deletions hookz-sbom.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid:13447c9f-18f2-44be-9038-7a53685eb2e1",
"serialNumber": "urn:uuid:1bf4aa8c-b369-4fb2-9523-019e9555dd41",
"version": 1,
"metadata": {
"timestamp": "2022-05-23T08:45:24-06:00",
"timestamp": "2022-05-23T08:48:15-06:00",
"tools": [
{
"vendor": "CycloneDX",
Expand Down

0 comments on commit e03b3f0

Please sign in to comment.