We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b80516 + 133f364 commit fb45780Copy full SHA for fb45780
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.18
+ go-version: 1.21
20
21
- name: Build
22
run: go build -v ./...
.github/workflows/release.yml
@@ -42,9 +42,9 @@ jobs:
42
43
# Generate an SBOM
44
45
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
46
47
48
- name: Install SBOM generator (latest)
49
run: go install github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@v1.7.0
50
- name: Generate SBOM (from `go.mod`)
0 commit comments