We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3315 commit 304dcc5Copy full SHA for 304dcc5
2 files changed
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
fetch-depth: 0
25
- name: Set up Go
26
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
27
+ with:
28
+ go-version-file: 'go.mod'
29
- name: Generate Software Bill of Materials
30
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0
31
- name: Import GPG key
.github/workflows/test.yml
@@ -14,6 +14,8 @@ jobs:
14
15
16
17
18
19
20
- name: Run tests
21
run: make test
0 commit comments