Skip to content

Commit

Permalink
bump minimum go version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jan 21, 2024
1 parent 1124809 commit a3ac5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.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 @@ -77,4 +77,4 @@ jobs:
save-data-file: false
external-data-json-path: ./cache/benchmark-data.json
# Enable Job Summary for PRs
summary-always: true
summary-always: true

0 comments on commit a3ac5f2

Please sign in to comment.