Skip to content

Commit

Permalink
update generation
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
jessfraz committed Sep 17, 2020

Verified

This commit was signed with the committer’s verified signature.
jessfraz Jess Frazelle
1 parent 59c987e commit 6245876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-all.yml
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ jobs:
uses: docker://golang:latest
with:
entrypoint: bash
args: -c "go get honnef.co/go/tools/cmd/staticcheck && go get golang.org/x/lint/golint && make all"
args: -c "go get honnef.co/go/tools/cmd/staticcheck && go get golang.org/x/lint/golint && git checkout . && make all"

0 comments on commit 6245876

Please sign in to comment.