-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Derek Wang <[email protected]>
- Loading branch information
Showing
49 changed files
with
10,748 additions
and
8,513 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Setup Golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
- name: Add bins to PATH | ||
run: | | ||
echo /home/runner/go/bin >> $GITHUB_PATH | ||
|
@@ -97,7 +97,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v3 | ||
|
@@ -122,7 +122,7 @@ jobs: | |
- name: Setup Golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
- name: Restore Go build cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -152,7 +152,7 @@ jobs: | |
- name: Setup Golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
- name: Add bins to PATH | ||
run: | | ||
echo /home/runner/go/bin >> $GITHUB_PATH | ||
|
This file contains 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 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
|
||
- name: Build binaries | ||
run: | | ||
|
This file contains 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
|
||
- name: Build binaries | ||
run: | | ||
|
@@ -101,7 +101,7 @@ jobs: | |
fi | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
- uses: actions/checkout@v3 | ||
- run: go install sigs.k8s.io/bom/cmd/[email protected] | ||
- run: go install github.com/spdx/spdx-sbom-generator/cmd/[email protected] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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
Oops, something went wrong.