File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ release:
8080.PHONY : go-version-check
8181go-version-check :
8282 @[ $( GO_VERSION_MAJ) -ge 2 ] || \
83- [ $( GO_VERSION_MAJ) -eq 1 -a $( GO_VERSION_MIN) -ge 20 ] || (echo " FATAL: Go version should be >= 1.20 .x" ; exit 1 ; )
83+ [ $( GO_VERSION_MAJ) -eq 1 -a $( GO_VERSION_MIN) -ge 26 ] || (echo " FATAL: Go version should be >= 1.26 .x" ; exit 1 ; )
8484
8585.PHONY : lint
8686lint : golangci-lint
Original file line number Diff line number Diff line change 11module github.com/flavio/kuberlr
22
3- go 1.26.0
3+ go 1.26.4
44
55require (
66 github.com/blang/semver/v4 v4.0.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM registry.suse.com/bci/bci-busybox:${BCI_VERSION} AS final
55# Image that provides cross compilation tooling.
66FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.3.0 AS xx
77
8- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS build
8+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.26 AS build
99
1010ARG TARGETPLATFORM
1111ARG PROJECT_PATH
You can’t perform that action at this time.
0 commit comments