Skip to content

Commit 7366cd1

Browse files
chore(deps): update golang docker tag to v1.23
1 parent 1db6a31 commit 7366cd1

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/[email protected].1
184+
uses: anchore/[email protected].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/[email protected].1
69+
uses: anchore/[email protected].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.23
22
FROM golang:${GOLANG_VERSION} as builder
33

44
ARG COMPILE_CMD

0 commit comments

Comments
 (0)