We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2dc4e commit e31d9b4Copy full SHA for e31d9b4
.github/workflows/prereleased.yaml
@@ -218,7 +218,7 @@ jobs:
218
- uses: actions/checkout@v4
219
220
- name: Create SBOM
221
- uses: anchore/sbom-action@v0.18.0
+ uses: anchore/sbom-action@v0.17.0
222
with:
223
upload-artifact-retention: 1
224
format: cyclonedx-json
.github/workflows/pull-request.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
format: spdx-json
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GOLANG_VERSION=1.22
+ARG GOLANG_VERSION=1.24
2
FROM golang:${GOLANG_VERSION} as builder
3
4
ARG COMPILE_CMD
0 commit comments