Skip to content

Commit 3a7dcf5

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update dependency go to v1.23.5
Signed-off-by: renovate[bot] <[email protected]>
1 parent b7347bb commit 3a7dcf5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: .github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2424
with:
2525
# renovate: datasource=golang-version depName=go
26-
go-version: 1.23.4
26+
go-version: 1.23.5
2727

2828
- name: Run static checks
2929
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0

Diff for: .github/workflows/kind.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4242
with:
4343
# renovate: datasource=golang-version depName=go
44-
go-version: 1.23.4
44+
go-version: 1.23.5
4545

4646
- name: Install Cilium CLI
4747
uses: ./
@@ -229,7 +229,7 @@ jobs:
229229
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
230230
with:
231231
# renovate: datasource=golang-version depName=go
232-
go-version: 1.23.4
232+
go-version: 1.23.5
233233

234234
- name: Install Cilium CLI
235235
uses: ./

Diff for: .github/workflows/multicluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
9696
with:
9797
# renovate: datasource=golang-version depName=go
98-
go-version: 1.23.4
98+
go-version: 1.23.5
9999

100100
- name: Set up job variables
101101
id: vars

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2121
with:
2222
# renovate: datasource=golang-version depName=go
23-
go-version: 1.23.4
23+
go-version: 1.23.5
2424

2525
- name: Generate the artifacts
2626
run: make release

Diff for: action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
if: ${{ steps.build-cli.outputs.path != '' }}
6060
with:
6161
# renovate: datasource=golang-version depName=go
62-
go-version: 1.23.4
62+
go-version: 1.23.5
6363
cache: true
6464
cache-dependency-path: '${{ steps.build-cli.outputs.go-sum-path }}'
6565

0 commit comments

Comments
 (0)