Skip to content

Commit 1378761

Browse files
Update go to 1.26
1 parent 35bf0f2 commit 1378761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: gardener/cc-utils/.github/actions/setup-git-identity@master
4646
- uses: actions/setup-go@v6
4747
with:
48-
go-version: '1.25'
48+
go-version: '1.26'
4949
- name: run-verify
5050
shell: bash
5151
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM golang:1.25.5 AS builder
6+
FROM golang:1.26.0 AS builder
77
ARG TARGETOS
88
ARG TARGETARCH
99

0 commit comments

Comments
 (0)