Skip to content

Commit 7c38688

Browse files
Merge pull request #362 from kubeservice-stack/dependabot/docker/hack/build/golang-1.26rc2
build(deps): bump golang from 1.25.5 to 1.26rc2 in /hack/build
2 parents 5312e1c + 6f5502a commit 7c38688

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG ARCH=amd64
22
ARG OS=linux
33
ARG CGO_ENABLED=0
44
# Build the manager binary
5-
FROM golang:1.25.5 AS builder
5+
FROM golang:1.26rc2 AS builder
66

77
WORKDIR /workspace
88

hack/build/Dockerfile.dl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG ARCH=amd64
22
ARG OS=linux
33
ARG CGO_ENABLED=0
44
# Build the manager binary
5-
FROM golang:1.25.5 AS builder
5+
FROM golang:1.26rc2 AS builder
66

77
WORKDIR /workspace
88

0 commit comments

Comments
 (0)