We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b4b17 commit bc274f8Copy full SHA for bc274f8
.github/workflows/benchmark.yml
@@ -23,12 +23,12 @@ env:
23
GO111MODULE: "on"
24
CACHE_BENCHMARK: "off"
25
RUN_BASE_BENCHMARK: "on"
26
- GO_VERSION: 1.22.x
+ GO_VERSION: 1.24.x
27
jobs:
28
benchmark:
29
strategy:
30
matrix:
31
- go-version: [ 1.22.x ]
+ go-version: [ 1.24.x ]
32
runs-on: ubuntu-latest
33
steps:
34
- name: Install Go stable
.github/workflows/build-and-test.yml
@@ -14,12 +14,12 @@ env:
14
15
16
17
18
19
build:
20
21
22
0 commit comments