Skip to content

Commit b5431cc

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update go to v1.26.3
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 3f64443 commit b5431cc

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@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

.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@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: ./

.github/workflows/release.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@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

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.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

0 commit comments

Comments
 (0)