File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : ./
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments