Adding go get -u to chromedp-gen/build.sh to ensure always on latest easyjson/qtc
This commit is contained in:
parent
91303cba34
commit
74075d513f
|
@ -1,6 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ve
|
||||
go get -u \
|
||||
github.com/mailru/easyjson/easyjson \
|
||||
github.com/valyala/quicktemplate/qtc
|
||||
|
||||
go generate
|
||||
|
||||
gofmt -w -s templates/*.go
|
||||
|
|
Loading…
Reference in New Issue
Block a user