Skip to content

Commit 72fcfe5

Browse files
authored
bump deps / support for enable_consensus_endpoint (#28)
* bump deps / support for enable_consensus_endpoint * install missing ci deps * try: fix e2e docker tests * revert ci deps install
1 parent b8e66a8 commit 72fcfe5

27 files changed

Lines changed: 83 additions & 52 deletions

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.22'
24+
go-version: '1.23'
2525
- uses: actions/checkout@v4
2626
- uses: technote-space/get-diff-action@v6
2727
with:
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: '1.22'
46+
go-version: '1.23'
4747
- uses: actions/checkout@v4
4848
- uses: technote-space/get-diff-action@v6
4949
with:
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/setup-go@v5
6767
with:
68-
go-version: '1.22'
68+
go-version: '1.23'
6969
- uses: actions/checkout@v4
7070
- uses: technote-space/get-diff-action@v6
7171
with:

.github/workflows/check-generated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.22'
21+
go-version: '1.23'
2222

2323
- uses: actions/checkout@v4
2424

@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/setup-go@v5
4646
with:
47-
go-version: '1.22'
47+
go-version: '1.23'
4848

4949
- uses: actions/checkout@v4
5050
with:

.github/workflows/e2e-manual-multiversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.23'
2121

2222
- uses: actions/checkout@v4
2323

.github/workflows/e2e-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.23'
2121

2222
- uses: actions/checkout@v4
2323

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- uses: actions/checkout@v4
2020
- uses: technote-space/get-diff-action@v6
2121
with:

.github/workflows/fuzz-nightly.yml

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

2121
- uses: actions/checkout@v4
2222

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.22'
19+
go-version: '1.23'
2020
check-latest: true
2121
- uses: actions/checkout@v4
2222
- uses: technote-space/get-diff-action@v6

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.22'
25+
go-version: '1.23'
2626
- uses: technote-space/get-diff-action@v6
2727
with:
2828
PATTERNS: |

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.22'
21+
go-version: '1.23'
2222

2323
# Similar check to ./release-version.yml, but enforces this when pushing
2424
# tags. The ./release-version.yml check can be bypassed and is mainly

.github/workflows/release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919

2020
- name: Check version
2121
run: |

0 commit comments

Comments
 (0)