Skip to content

Commit dc9c98b

Browse files
committed
Bump Go to 1.26.2
1 parent dc15dc8 commit dc9c98b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

vertical-pod-autoscaler/pkg/admission-controller/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.26.1 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.2 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/recommender/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.26.1 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.2 AS builder
1616

1717
WORKDIR /workspace
1818

vertical-pod-autoscaler/pkg/updater/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.26.1 AS builder
15+
FROM --platform=$BUILDPLATFORM golang:1.26.2 AS builder
1616

1717
WORKDIR /workspace
1818

0 commit comments

Comments
 (0)