We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bf0f2 commit 1378761Copy full SHA for 1378761
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
- uses: gardener/cc-utils/.github/actions/setup-git-identity@master
46
- uses: actions/setup-go@v6
47
with:
48
- go-version: '1.25'
+ go-version: '1.26'
49
- name: run-verify
50
shell: bash
51
run: |
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
# Build the manager binary
6
-FROM golang:1.25.5 AS builder
+FROM golang:1.26.0 AS builder
7
ARG TARGETOS
8
ARG TARGETARCH
9
0 commit comments