diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 302d303..962cfb0 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -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: @@ -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 \ No newline at end of file + summary-always: true