Skip to content

Commit b0b1b93

Browse files
chore(deps): update go to v1.24.9
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 8fa9c12 commit b0b1b93

20 files changed

+23
-23
lines changed

.github/workflows/bpf-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2525
with:
2626
# renovate: datasource=golang-version depName=go
27-
go-version: '1.24.8'
27+
go-version: '1.24.9'
2828

2929
- name: Install LLVM
3030
run: |

.github/workflows/build-clang-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
122122
with:
123123
# renovate: datasource=golang-version depName=go
124-
go-version: '1.24.8'
124+
go-version: '1.24.9'
125125

126126
- name: Install Bom
127127
shell: bash

.github/workflows/build-images-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7171
with:
7272
# renovate: datasource=golang-version depName=go
73-
go-version: '1.24.8'
73+
go-version: '1.24.9'
7474

7575
# Warning: this must run before checking out the untrusted code
7676
- name: Get version

.github/workflows/build-images-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
9292
with:
9393
# renovate: datasource=golang-version depName=go
94-
go-version: '1.24.8'
94+
go-version: '1.24.9'
9595

9696
- name: Install Bom
9797
if: ${{ startsWith(steps.tag.outputs.tag, 'v') }}

.github/workflows/build-rthooks-images-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8282
with:
8383
# renovate: datasource=golang-version depName=go
84-
go-version: '1.24.8'
84+
go-version: '1.24.9'
8585

8686
- name: Install Bom
8787
if: ${{ startsWith(steps.tag.outputs.tag, 'v') }}

.github/workflows/generated-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2020
with:
2121
# renovate: datasource=golang-version depName=go
22-
go-version: '1.24.8'
22+
go-version: '1.24.9'
2323
- name: Go version
2424
run: go version
2525
- name: Validate that generated files are up to date.

.github/workflows/gotests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727
with:
2828
# renovate: datasource=golang-version depName=go
29-
go-version: '1.24.8'
29+
go-version: '1.24.9'
3030

3131
- name: Install dependencies
3232
run: |

.github/workflows/lint-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5959
with:
6060
# renovate: datasource=golang-version depName=go
61-
go-version: '1.24.8'
61+
go-version: '1.24.9'
6262
- name: Initialize CodeQL
6363
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
6464
with:

.github/workflows/podinfo-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4040
with:
4141
# renovate: datasource=golang-version depName=go
42-
go-version: '1.24.8'
42+
go-version: '1.24.9'
4343

4444
- name: Install Kind and create cluster
4545
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0

.github/workflows/run-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8888
with:
8989
# renovate: datasource=golang-version depName=go
90-
go-version: '1.24.8'
90+
go-version: '1.24.9'
9191

9292
- name: Install kubectl, kind and cilium CLI
9393
uses: alexellis/arkade-get@master

0 commit comments

Comments
 (0)