Skip to content

Commit cbad31d

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@v4
182182

183183
- name: Create SBOM
184-
uses: anchore/sbom-action@v0.18.0
184+
uses: anchore/sbom-action@v0.17.0
185185
with:
186186
upload-artifact-retention: 1
187187
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
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: cyclonedx-json

Dockerfile

Lines changed: 1 addition & 1 deletion
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)