Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
try to fix error with go mod download in copilot setup steps
  • Loading branch information
sawka committed Feb 23, 2026
commit e3dd51fe5e9f32ef3011940ed2794de10380f277
6 changes: 5 additions & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ jobs:
GIT_TERMINAL_PROMPT: "0"

- name: Pre-fetch Go modules
run: go mod download
env:
GOTOOLCHAIN: auto
run: |
go version
go mod download