Skip to content

Commit 4a933bd

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update go to v1.25.3
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 649a1df commit 4a933bd

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.2
26+
go-version: 1.25.3
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.2
38+
go-version: 1.25.3
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.2
192+
go-version: 1.25.3
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.2
23+
go-version: 1.25.3
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.2@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf
4+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.3@sha256:7d73c4c57127279b23f3f70cbb368bf0fe08f7ab32af5daf5764173d25e78b74
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)