Skip to content

Commit 27cee2e

Browse files
build(deps): bump golang in /images/custom-scorecard-tests
Bumps golang from 1.16 to 1.17.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e82908 commit 27cee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/custom-scorecard-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the custom-scorecard-tests binary
2-
FROM --platform=$BUILDPLATFORM golang:1.16 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.17.0 as builder
33
ARG TARGETARCH
44

55
WORKDIR /workspace

0 commit comments

Comments
 (0)