Skip to content

Commit 23150d9

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update go to v1.25.4
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 35ca6d9 commit 23150d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
# renovate: datasource=golang-version depName=go
26-
go-version: 1.25.3
26+
go-version: 1.25.4
2727

2828
- name: Run static checks
2929
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0

.github/workflows/kind.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3636
with:
3737
# renovate: datasource=golang-version depName=go
38-
go-version: 1.25.3
38+
go-version: 1.25.4
3939

4040
- name: Install Cilium CLI
4141
uses: ./
@@ -189,7 +189,7 @@ jobs:
189189
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
190190
with:
191191
# renovate: datasource=golang-version depName=go
192-
go-version: 1.25.3
192+
go-version: 1.25.4
193193

194194
- name: Install Cilium CLI
195195
uses: ./

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2121
with:
2222
# renovate: datasource=golang-version depName=go
23-
go-version: 1.25.3
23+
go-version: 1.25.4
2424

2525
- name: Generate the artifacts
2626
run: make release

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Authors of Cilium
22
# SPDX-License-Identifier: Apache-2.0
33

4-
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.3@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96
4+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.4@sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f
55
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
66
# Represents the plataform where the build is happening, do not mix with
77
# TARGETARCH

0 commit comments

Comments
 (0)