Skip to content

Commit 9c65bd7

Browse files
chore(deps): update golang to v1.25.6
Signed-off-by: renovate[bot] <[email protected]>
1 parent c3fa6a5 commit 9c65bd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
2424
TEST_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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cilium/hubble
33
// renovate: datasource=golang-version depName=go
44
go 1.24.0
55

6-
toolchain go1.25.5
6+
toolchain go1.25.6
77

88
require github.com/cilium/cilium v1.18.5
99

0 commit comments

Comments
 (0)