Skip to content

Commit a233dcd

Browse files
authored
try to fix error with go mod download in copilot setup steps (#2921)
1 parent 9abd590 commit a233dcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ jobs:
6060
GIT_TERMINAL_PROMPT: "0"
6161

6262
- name: Pre-fetch Go modules
63-
run: go mod download
63+
env:
64+
GOTOOLCHAIN: auto
65+
run: |
66+
go version
67+
go mod download

0 commit comments

Comments
 (0)