File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
44module k8s.io/autoscaler/vertical-pod-autoscaler/e2e
55
6- go 1.24 .0
6+ go 1.25 .0
77
8- toolchain go1.24.2
8+ toolchain go1.25.3
99
1010require (
1111 github.com/onsi/ginkgo/v2 v2.25.1
Original file line number Diff line number Diff line change 11module k8s.io/autoscaler/vertical-pod-autoscaler
22
3- go 1.24 .0
3+ go 1.25 .0
44
5- toolchain go1.24.2
5+ toolchain go1.25.3
66
77require (
88 github.com/fsnotify/fsnotify v1.9.0
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+ FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616
1717WORKDIR /workspace
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+ FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616
1717WORKDIR /workspace
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
15+ FROM --platform=$BUILDPLATFORM golang:1.25.3 AS builder
1616
1717WORKDIR /workspace
1818
You can’t perform that action at this time.
0 commit comments