Skip to content

Commit 5f936ab

Browse files
committed
bump minimum go version for main
1 parent a3ac5f2 commit 5f936ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
go-bench:
1212
strategy:
1313
matrix:
14-
go-version: [ '1.19', 'stable' ]
14+
go-version: [ '1.20', 'stable' ]
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 15
1717
steps:
@@ -49,4 +49,4 @@ jobs:
4949
path: ./cache/benchmark-data.json
5050
# Save with commit hash to avoid "cache already exists"
5151
# 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
52+
key: ${{ github.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-go-benchmark

0 commit comments

Comments
 (0)