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 a3ac5f2 commit 5f936abCopy full SHA for 5f936ab
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
go-bench:
12
strategy:
13
matrix:
14
- go-version: [ '1.19', 'stable' ]
+ go-version: [ '1.20', 'stable' ]
15
runs-on: ubuntu-latest
16
timeout-minutes: 15
17
steps:
@@ -49,4 +49,4 @@ jobs:
49
path: ./cache/benchmark-data.json
50
# Save with commit hash to avoid "cache already exists"
51
# Save with OS & CPU info to prevent comparing against results from different CPUs
52
- key: ${{ github.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-go-benchmark
+ key: ${{ github.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-go-benchmark
0 commit comments