Skip to content

Commit af3ce52

Browse files
authored
Merge pull request #1501 from liranmauda/liran-bump-dependencies
Bump rook to v0.0.0-20250103143133-54c2ba5071bc and go directive to go 1.23
2 parents 5746766 + a4c0a30 commit af3ce52

16 files changed

+126
-131
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717
- name: run lint
1818
id: run-build
1919
run: make lint || exit 1

.github/workflows/manual-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.inputs.branch }}
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.21"
24+
go-version: "1.23"
2525

2626
- name: Get Current Date
2727
id: date

.github/workflows/run_admission_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go on runner
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.23"
2222

2323
- name: Set environment variables
2424
run: |

.github/workflows/run_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.23"
2222

2323
- name: Deploy Dependencies
2424
id: deploy
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252
- uses: actions/setup-go@v5
5353
with:
54-
go-version: "1.21"
54+
go-version: "1.23"
5555

5656
- name: Deploy Dependencies
5757
id: deploy
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
- uses: actions/setup-go@v5
8282
with:
83-
go-version: "1.21"
83+
go-version: "1.23"
8484

8585
- name: Deploy Dependencies
8686
id: deploy

.github/workflows/run_cosi_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go on runner
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.21"
23+
go-version: "1.23"
2424

2525
- name: Set environment variables
2626
run: |

.github/workflows/run_hac_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_azure_vault_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_dev_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_ibm_kp_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.21"
19+
go-version: "1.23"
2020

2121
- name: Set environment variables
2222
run: |

.github/workflows/run_kms_kmip_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

0 commit comments

Comments
 (0)