Skip to content

Commit 736c6f6

Browse files
Bump golang from 1.20.5 to 1.20.6 in /hack/ccm (#1301)
Bumps golang from 1.20.5 to 1.20.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c10b195 commit 736c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ccm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG TARGETPLATFORM=linux/amd64
1818
ARG ARCH=amd64
1919

2020
# Build IBM cloud controller manager binary
21-
FROM golang:1.20.5 AS ccm-builder
21+
FROM golang:1.20.6 AS ccm-builder
2222
ARG ARCH
2323
ARG POWERVS_CLOUD_CONTROLLER_COMMIT
2424
WORKDIR /build

0 commit comments

Comments
 (0)