File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424 with :
2525 # renovate: datasource=golang-version depName=go
26- go-version : 1.26.2
26+ go-version : 1.26.3
2727
2828 - name : Run static checks
2929 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
Original file line number Diff line number Diff line change 3535 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3636 with :
3737 # renovate: datasource=golang-version depName=go
38- go-version : 1.26.2
38+ go-version : 1.26.3
3939
4040 - name : Install Cilium CLI
4141 uses : ./
@@ -189,7 +189,7 @@ jobs:
189189 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
190190 with :
191191 # renovate: datasource=golang-version depName=go
192- go-version : 1.26.2
192+ go-version : 1.26.3
193193
194194 - name : Install Cilium CLI
195195 uses : ./
Original file line number Diff line number Diff line change 2323 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424 with :
2525 # renovate: datasource=golang-version depName=go
26- go-version : 1.26.2
26+ go-version : 1.26.3
2727
2828 - name : Generate the artifacts
2929 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.26.2 @sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36
4+ ARG GOLANG_IMAGE=docker.io/library/golang:1.26.3 @sha256:efaccb5b497e90df3ebe5216cc25cd9f98e73874e2d638b56e38d4a3f098c41c
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