Skip to content

Commit

Permalink
bump minimum go version for main
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jan 21, 2024
1 parent a3ac5f2 commit 5f936ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
go-bench:
strategy:
matrix:
go-version: [ '1.19', 'stable' ]
go-version: [ '1.20', 'stable' ]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
path: ./cache/benchmark-data.json
# Save with commit hash to avoid "cache already exists"
# Save with OS & CPU info to prevent comparing against results from different CPUs
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 comments on commit 5f936ab

Please sign in to comment.