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
|
#!/bin/bash
|
||||||
|
|
||||||
set -ve
|
set -ve
|
||||||
|
go get -u \
|
||||||
|
github.com/mailru/easyjson/easyjson \
|
||||||
|
github.com/valyala/quicktemplate/qtc
|
||||||
|
|
||||||
go generate
|
go generate
|
||||||
|
|
||||||
gofmt -w -s templates/*.go
|
gofmt -w -s templates/*.go
|
||||||
|
|
Loading…
Reference in New Issue
Block a user