File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
2424TEST_TIMEOUT ?= 5s
2525
2626# renovate: datasource=docker depName=library/golang
27- GOLANG_IMAGE_VERSION = 1.24.7 -alpine
28- GOLANG_IMAGE_SHA = sha256:fc2cff6625f3c1c92e6c85938ac5bd09034ad0d4bc2dfb08278020b68540dbb5
27+ GOLANG_IMAGE_VERSION = 1.25.1 -alpine
28+ GOLANG_IMAGE_SHA = sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
2929
3030# Add the ability to override variables
3131-include Makefile.override
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/cilium/hubble
33// renovate: datasource=golang-version depName=go
44go 1.24.0
55
6- toolchain go1.24.7
6+ toolchain go1.25.1
77
88require github.com/cilium/cilium v1.18.0
99
You can’t perform that action at this time.
0 commit comments