Skip to content

Commit

Permalink
Put GOPROXY=direct in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Aug 5, 2021
1 parent 795333a commit cef44ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -10,6 +10,7 @@
}
},
"runs-on": "${{ matrix.os }}",
"env": ["GOPROXY=direct"],
"steps": [
{
"name": "Install Go",
Expand Down

0 comments on commit cef44ea

Please sign in to comment.