We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a106616 commit e16e6dfCopy full SHA for e16e6df
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
image: reg.vesoft-inc.com/ci/ubuntu:20.04-docker
22
volumes:
23
- /var/run/docker.sock:/var/run/docker.sock
24
+ env:
25
+ GOPROXY: ${{ vars.GOPROXY }}
26
steps:
27
- uses: webiny/action-post-run@2.0.1
28
with:
0 commit comments