mirror of
https://github.com/microsoft/ethr.git
synced 2024-11-10 09:03:05 +08:00
Use go build instead of go get (#126)
With the migration to Go Modules, one should avoid the use of the "go get".
This commit is contained in:
parent
233968d71d
commit
5b05e977f4
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ WORKDIR /app
|
|||
ADD ./ /app
|
||||
|
||||
RUN mkdir /out && \
|
||||
go get ./...
|
||||
go build .
|
||||
|
|
Loading…
Reference in a new issue