Skip to content

Commit 0ebbf54

Browse files
🌱 Bump golang from 1.19.5 to 1.21.1 (#1261)
Bumps golang from 1.19.5 to 1.21.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac08d68 commit 0ebbf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# laurentsimon/scorecard-action:latest
2424

2525
#v1.19 go
26-
FROM golang:1.19.5@sha256:572f68065ea605e0bd7ab42aa036462318e680a15db0f41a0cadcd06affdabdb AS builder
26+
FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS builder
2727
WORKDIR /src
2828
ENV CGO_ENABLED=0
2929
COPY go.* ./

0 commit comments

Comments
 (0)