Skip to content

Commit bc274f8

Browse files
Use Go 1.24 in CI
1 parent 37b4b17 commit bc274f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ env:
2323
GO111MODULE: "on"
2424
CACHE_BENCHMARK: "off"
2525
RUN_BASE_BENCHMARK: "on"
26-
GO_VERSION: 1.22.x
26+
GO_VERSION: 1.24.x
2727
jobs:
2828
benchmark:
2929
strategy:
3030
matrix:
31-
go-version: [ 1.22.x ]
31+
go-version: [ 1.24.x ]
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Install Go stable

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ env:
1414
GO111MODULE: "on"
1515
CACHE_BENCHMARK: "off"
1616
RUN_BASE_BENCHMARK: "on"
17-
GO_VERSION: 1.22.x
17+
GO_VERSION: 1.24.x
1818
jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
go-version: [ 1.22.x ]
22+
go-version: [ 1.24.x ]
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Install Go stable

0 commit comments

Comments
 (0)