File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 } ,
55 // https://docs.renovatebot.com/configuration-options/#constraints
66 "constraints" : {
7- "go" : "1.22 "
7+ "go" : "1.25 "
88 } ,
99 packageRules : [
1010 {
Original file line number Diff line number Diff line change 11version : " 2"
22run :
3- go : " 1.22 "
3+ go : " 1.25 "
44 modules-download-mode : readonly
55 allow-parallel-runners : true
66linters :
Original file line number Diff line number Diff line change 11module github.com/syself/cluster-api-provider-hetzner
22
3- go 1.24.5
3+ go 1.25.7
44
55require (
66 github.com/blang/semver/v4 v4.0.0
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.5-bullseye @sha256:62ba6b19de03e891f7fa1001326bd48411f2626ff35e7ba5b9d890711ce581d9 \
16+ FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.9-bookworm @sha256:298734aec230b5f3e8cee450ce6d7eccc39f1797ba548ee90d57e9803030c6c3 \
1717 AS build
1818ARG TARGETOS TARGETARCH
1919
You can’t perform that action at this time.
0 commit comments