Skip to content

Commit 58c5bd1

Browse files
Bump golang from 1.17 to 1.18.0
Bumps golang from 1.17 to 1.18.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6a8d3c commit 58c5bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Initialized TARGETPLATFORM with default value
1616
ARG TARGETPLATFORM=linux/amd64
1717

18-
FROM golang:1.17 AS builder
18+
FROM golang:1.18.0 AS builder
1919
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
2020
ADD . .
2121
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make driver node-update-controller

0 commit comments

Comments
 (0)