Skip to content

Commit 0ee0a71

Browse files
authored
Merge pull request #345 from githubnext/copilot/fix-serena-go-testing
Add Go to copilot-setup-steps for Serena tool support
2 parents a826f14 + 79ab4f9 commit 0ee0a71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
python-version: '3.12'
2525
- name: Setup uv
2626
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
27+
- name: Setup Go
28+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
29+
with:
30+
go-version: '1.25'
2731
- name: Install gh-aw extension
2832
run: |
2933
curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh | bash

0 commit comments

Comments
 (0)