We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a826f14 + 79ab4f9 commit 0ee0a71Copy full SHA for 0ee0a71
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -24,6 +24,10 @@ jobs:
24
python-version: '3.12'
25
- name: Setup uv
26
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'
31
- name: Install gh-aw extension
32
run: |
33
curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh | bash
0 commit comments