-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace go-bindata with embed (#315)
- Loading branch information
1 parent
5b46da6
commit 916ff8c
Showing
5 changed files
with
6 additions
and
1,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ jobs: | |
- name: Build | ||
run: | | ||
go install github.com/golang/mock/[email protected] | ||
go install github.com/go-bindata/go-bindata/...@latest | ||
ARTIFACT_DESTINATION=./builds make build | ||
# - name: Check version | ||
# run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ jobs: | |
- name: Build | ||
run: | | ||
go install github.com/golang/mock/[email protected] | ||
go install github.com/go-bindata/go-bindata/...@latest | ||
ARTIFACT_DESTINATION=./builds make build | ||
# - name: Check version | ||
# run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- name: Build CLI | ||
run: | | ||
go install github.com/golang/mock/[email protected] | ||
go install github.com/go-bindata/go-bindata/...@latest | ||
make deps | ||
make test | ||
- name: Compile CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.