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.
1 parent 007da47 commit 1e80f76Copy full SHA for 1e80f76
.github/workflows/prereleased.yaml
@@ -178,7 +178,7 @@ jobs:
178
- uses: actions/checkout@v4
179
180
- name: Create SBOM
181
- uses: anchore/sbom-action@v0.20.4
+ uses: anchore/sbom-action@v0.17.0
182
with:
183
upload-artifact-retention: 1
184
format: cyclonedx-json
.github/workflows/pull-request.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GOLANG_VERSION=1.22
+ARG GOLANG_VERSION=1.25
2
3
FROM golang:${GOLANG_VERSION} as builder
4
0 commit comments