Skip to content

Commit

Permalink
include missing Cargo.lock update, fixes #48, thanks @exarkun (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
evq authored Jul 17, 2019
1 parent dc649e4 commit f88d942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y valgrind
COPY --from=rust_builder /src/target/x86_64-unknown-linux-musl/debug/libchallenge_bypass_ristretto.a /usr/lib/
COPY . /src
WORKDIR /src
RUN go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.12.5
RUN go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
RUN make go-lint
RUN go build --ldflags '-extldflags "-static"' -o examples/golang.out examples/golang/main.go
RUN go build -o examples/golang.dyn.out examples/golang/main.go
Expand Down

0 comments on commit f88d942

Please sign in to comment.