Skip to content

Commit

Permalink
ci: add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-kussul committed Dec 2, 2024
1 parent 545761e commit d9097d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Go dependencies
run: go mod download
run: go mod download -x
env:
GOPROXY: "https://proxy.golang.org"

Expand Down

0 comments on commit d9097d2

Please sign in to comment.