diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3a8ee2bf..0adeb178 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -7,7 +7,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.18.x - name: Fetch Repository uses: actions/checkout@v3 - name: Run Benchmark