We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf67b9 commit eafd901Copy full SHA for eafd901
.github/workflows/go.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Build
25
run: mkdir -p "$GOPATH/src/github.com/admpub" && ln -s "$(pwd)" "$GOPATH/src/github.com/admpub/nging" && go mod vendor && cd ./tool/nging-builder && go install github.com/admpub/xgo@latest && ./run.sh linux_amd64 && cd ../../
26
+ env:
27
+ GOPATH: /home/runner/go
28
29
- name: Login to Docker Hub
30
uses: docker/login-action@v3
0 commit comments