From 7c4da0cc7277005ea3df1d9b2ae8d51cc0c1cb76 Mon Sep 17 00:00:00 2001 From: Jon Freer Date: Thu, 4 Apr 2024 10:45:55 -0700 Subject: [PATCH] Utilize 1.22 for benchmark tests. (#128) --- .github/workflows/cb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cb.yaml b/.github/workflows/cb.yaml index 15892eb..330cfb8 100644 --- a/.github/workflows/cb.yaml +++ b/.github/workflows/cb.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.18' ] + go-version: ["1.22"] steps: - uses: actions/checkout@v3 - name: Setup Go ${{ matrix.go-version }} @@ -27,11 +27,11 @@ jobs: - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: - tool: 'go' + tool: "go" output-file-path: output.txt external-data-json-path: ./cache/benchmark-data.json fail-on-alert: true github-token: ${{ secrets.GITHUB_TOKEN }} comment-always: true comment-on-alert: true - alert-comment-cc-users: '@fr33r' + alert-comment-cc-users: "@fr33r"