Skip to content

Commit e31d9b4

Browse files
chore(deps): update golang docker tag to v1.24
1 parent ce2dc4e commit e31d9b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- uses: actions/checkout@v4
219219

220220
- name: Create SBOM
221-
uses: anchore/sbom-action@v0.18.0
221+
uses: anchore/sbom-action@v0.17.0
222222
with:
223223
upload-artifact-retention: 1
224224
format: cyclonedx-json

.github/workflows/pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Create SBOM
69-
uses: anchore/sbom-action@v0.18.0
69+
uses: anchore/sbom-action@v0.17.0
7070
with:
7171
upload-artifact-retention: 1
7272
format: spdx-json

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_VERSION=1.22
1+
ARG GOLANG_VERSION=1.24
22
FROM golang:${GOLANG_VERSION} as builder
33

44
ARG COMPILE_CMD

0 commit comments

Comments
 (0)