Skip to content
Snippets Groups Projects

With codecgen

Closed Alexey Kuklin requested to merge with-codecgen into 1.11.4
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM golang:1.11.4
FROM golang:1.10.3
ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecgen \
Loading