From b68ea51240d828c7916e9d223e7726be6fa2a9f3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:15:18 +0000 Subject: [PATCH 1/2] Initial plan From ab3114db65d4a10ae3e071db98fbc400ff54202f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:21:50 +0000 Subject: [PATCH 2/2] Add Go toolchain setup to daily-cli-performance workflow Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/daily-cli-performance.lock.yml | 6 ++++++ .github/workflows/daily-cli-performance.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/daily-cli-performance.lock.yml b/.github/workflows/daily-cli-performance.lock.yml index a998657380..c4500c309d 100644 --- a/.github/workflows/daily-cli-performance.lock.yml +++ b/.github/workflows/daily-cli-performance.lock.yml @@ -110,6 +110,12 @@ jobs: persist-credentials: false - name: Create gh-aw temp directory run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh + - name: Setup Go + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + with: + cache: true + go-version-file: go.mod + # Repo memory git-based storage configuration from frontmatter processed below - name: Clone repo-memory branch (default) env: diff --git a/.github/workflows/daily-cli-performance.md b/.github/workflows/daily-cli-performance.md index 5749c571da..26a0bcd67e 100644 --- a/.github/workflows/daily-cli-performance.md +++ b/.github/workflows/daily-cli-performance.md @@ -31,6 +31,12 @@ timeout-minutes: 20 strict: true imports: - shared/reporting.md +steps: + - name: Setup Go + uses: actions/setup-go@v6 + with: + go-version-file: go.mod + cache: true --- {{#runtime-import? .github/shared-instructions.md}}