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.25.5 -alpine
28- GOLANG_IMAGE_SHA = sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb
27+ GOLANG_IMAGE_VERSION = 1.25.6 -alpine
28+ GOLANG_IMAGE_SHA = sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029
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.25.5
6+ toolchain go1.25.6
77
88require github.com/cilium/cilium v1.18.5
99
You can’t perform that action at this time.
0 commit comments