Skip to content

Commit

Permalink
bump mjibson/esc v0.2.0
Browse files Browse the repository at this point in the history
full diff: maddyblue/esc@v0.1.0...v0.2.0

includes:

- maddyblue/esc#51 Readdir Implementation - and covering with tests
- maddyblue/esc#53 update go versions and golint import location
- maddyblue/esc#58 Avoid unnecessary conversion and so pass with unconvert linter

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jan 20, 2020
1 parent 25bc85c commit 1b19993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN go get -d github.com/LK4D4/vndr && \
go build -v -o /usr/bin/vndr . && \
rm -rf /go/src/* /go/pkg/* /go/bin/*

ARG ESC_SHA=58d9cde84f237ecdd89bd7f61c2de2853f4c5c6e
# v0.2.0
ARG ESC_SHA=0ea7db170df78dcddf3e223365f444163147fe89
RUN go get -d github.com/mjibson/esc && \
cd /go/src/github.com/mjibson/esc && \
git checkout -q "$ESC_SHA" && \
Expand Down

0 comments on commit 1b19993

Please sign in to comment.