There was an error while loading. Please reload this page.
1 parent 2a15348 commit 15809cfCopy full SHA for 15809cf
1 file changed
.github/workflows/go.yml
@@ -31,7 +31,9 @@ jobs:
31
32
- name: Generate TPL
33
run: |
34
- go get -u github.com/jteeuwen/go-bindata/go-bindata@master
+ export PATH=$PATH:$GOPATH/bin
35
+ echo $PATH
36
+ GO111MODULE=off go get -u github.com/jteeuwen/go-bindata/...
37
make buildTpl
38
39
- name: Test
0 commit comments