We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abd590 commit a233dcdCopy full SHA for a233dcd
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -60,4 +60,8 @@ jobs:
60
GIT_TERMINAL_PROMPT: "0"
61
62
- name: Pre-fetch Go modules
63
- run: go mod download
+ env:
64
+ GOTOOLCHAIN: auto
65
+ run: |
66
+ go version
67
+ go mod download
0 commit comments