Skip to content

Commit

Permalink
Merge pull request #58 from sylabs/bindata
Browse files Browse the repository at this point in the history
Change go-bindata Source
  • Loading branch information
tri-adam authored Mar 2, 2020
2 parents 5cd0e21 + 687be6e commit fca8fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Add Go Bin to Path
run: echo "::add-path::$(go env GOPATH)/bin"
- name: Install go-bindata
run: go get -u github.com/jteeuwen/go-bindata/...
run: go get -u github.com/go-bindata/go-bindata/...
- name: Checkout code
uses: actions/checkout@v2
- name: Generate
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Add Go Bin to Path
run: echo "::add-path::$(go env GOPATH)/bin"
- name: Install go-bindata
run: go get -u github.com/jteeuwen/go-bindata/...
run: go get -u github.com/go-bindata/go-bindata/...
- name: Checkout code
uses: actions/checkout@v2
- name: Generate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go env -w GOPRIVATE=github.com/sylabs
Install `go-bindata` to help generate the GraphQL schema later:

```sh
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/go-bindata/go-bindata/...
```

In order for Go to execute this binary the path in `go env GOPATH` needs to be included in your `PATH`.
Expand Down

0 comments on commit fca8fdf

Please sign in to comment.