Skip to content

Commit e0cc9d9

Browse files
authored
Merge pull request #2087 from kubernetes-sigs/dependabot/docker/golang-1.24.3
Bump golang from 1.24.2 to 1.24.3
2 parents 317c8e4 + cb2ad70 commit e0cc9d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.24.2 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.24.3 AS builder
1616

1717
ARG STAGINGVERSION
1818
ARG TARGETPLATFORM

Dockerfile.Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE
16-
FROM --platform=$BUILDPLATFORM golang:1.24.2 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.24.3 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG STAGINGVERSION

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.2 as builder
15+
FROM golang:1.24.3 as builder
1616
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1717
ADD . .
1818

0 commit comments

Comments
 (0)