Skip to content

Commit 67bbe54

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update dependency go to v1.23.2
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent b292a43 commit 67bbe54

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2424
with:
2525
# renovate: datasource=golang-version depName=go
26-
go-version: 1.23.1
26+
go-version: 1.23.2
2727

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

.github/workflows/kind.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4242
with:
4343
# renovate: datasource=golang-version depName=go
44-
go-version: 1.23.1
44+
go-version: 1.23.2
4545

4646
- name: Set up Go for root
4747
run: |
@@ -232,7 +232,7 @@ jobs:
232232
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
233233
with:
234234
# renovate: datasource=golang-version depName=go
235-
go-version: 1.23.1
235+
go-version: 1.23.2
236236

237237
- name: Set up Go for root
238238
run: |

.github/workflows/multicluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9696
with:
9797
# renovate: datasource=golang-version depName=go
98-
go-version: 1.23.1
98+
go-version: 1.23.2
9999

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

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121
with:
2222
# renovate: datasource=golang-version depName=go
23-
go-version: 1.23.1
23+
go-version: 1.23.2
2424

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

0 commit comments

Comments
 (0)