We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5272f59 commit df2a10fCopy full SHA for df2a10f
Dockerfiles/CI/Dockerfile
@@ -11,6 +11,8 @@ ENV PROTOBUF_VER 3.8.0
11
RUN set -ex \
12
# Task executor, will be installed in /bin
13
&& curl -sL https://taskfile.dev/install.sh | sh \
14
+ # Codecov uploader
15
+ && curl -o /bin/codecov -LO https://codecov.io/bash && chmod +x /bin/codecov \
16
# Go runtime dependencies
17
&& go get github.com/golangci/govet \
18
&& go get golang.org/x/lint/golint \
0 commit comments