Skip to content

Commit e770b04

Browse files
chore(deps): update golang docker tag to v1.23
1 parent 0c8677d commit e770b04

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
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179

180180
- name: Create SBOM
181-
uses: anchore/sbom-action@v0.17.1
181+
uses: anchore/sbom-action@v0.17.0
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373

7474
- name: Create SBOM
75-
uses: anchore/sbom-action@v0.17.1
75+
uses: anchore/sbom-action@v0.17.0
7676
with:
7777
upload-artifact-retention: 1
7878
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

33
FROM golang:${GOLANG_VERSION} as builder
44

0 commit comments

Comments
 (0)