Skip to content

Commit d9f5a55

Browse files
Merge pull request #1172 from sozu-proxy/fix_bombardier
fix(ci): Update go version for bombardier
2 parents f31eeca + a113897 commit d9f5a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.18'
22+
go-version: '1.22'
2323
check-latest: false
2424

2525
- name: Build bombardier
@@ -214,4 +214,4 @@ jobs:
214214
215215
- name: Bench the logs
216216
working-directory: .github/workflows
217-
run: python bench_logs.py
217+
run: python bench_logs.py

0 commit comments

Comments
 (0)