Skip to content

Commit 73180e8

Browse files
authored
Merge pull request #8 from devops-kung-fu/0.0.1
bug: Release go version bump
2 parents eb33a27 + 934f51a commit 73180e8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Go
5757
uses: actions/setup-go@v2
5858
with:
59-
go-version: '1.15'
59+
go-version: '1.16'
6060

6161
- name: Get the version
6262
id: get_version

lucha-sbom.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"bomFormat": "CycloneDX",
33
"specVersion": "1.2",
4-
"serialNumber": "urn:uuid:cb6c4abf-e65a-4c63-a3bf-63f5b84e92f2",
4+
"serialNumber": "urn:uuid:e01de6f9-1abf-4729-a0b2-916b5c0c2008",
55
"version": 1,
66
"metadata": {
7-
"timestamp": "2021-07-09T16:47:54-06:00",
7+
"timestamp": "2021-07-10T14:59:17-06:00",
88
"tools": [
99
{
1010
"vendor": "CycloneDX",
@@ -31,11 +31,11 @@
3131
}
3232
],
3333
"component": {
34-
"bom-ref": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709164723-52cbf0c91132",
34+
"bom-ref": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709212051-962480554a8e",
3535
"type": "application",
3636
"name": "github.com/devops-kung-fu/lucha",
37-
"version": "v0.0.0-20210709164723-52cbf0c91132",
38-
"purl": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709164723-52cbf0c91132",
37+
"version": "v0.0.0-20210709212051-962480554a8e",
38+
"purl": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709212051-962480554a8e",
3939
"externalReferences": [
4040
{
4141
"url": "https://github.com/devops-kung-fu/lucha",
@@ -520,7 +520,7 @@
520520
"ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0"
521521
},
522522
{
523-
"ref": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709164723-52cbf0c91132",
523+
"ref": "pkg:golang/github.com/devops-kung-fu/lucha@v0.0.0-20210709212051-962480554a8e",
524524
"dependsOn": [
525525
"pkg:golang/github.com/briandowns/spinner@v1.16.0",
526526
"pkg:golang/github.com/dustin/go-humanize@v1.0.0",

0 commit comments

Comments
 (0)