fix 1.16 builds

This commit is contained in:
Pavel 2023-03-07 17:13:51 +03:00
parent c7efad274d
commit a0742a800e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM golang:1.16-alpine3.13
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/cosmtrek/air@latest && \
go install github.com/cosmtrek/air@v1.27.8 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@latest && \
chmod -R 777 "$GOPATH" && \

View File

@ -2,7 +2,7 @@ FROM golang:1.16-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/cosmtrek/air@latest && \
go install github.com/cosmtrek/air@v1.27.8 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@latest && \
chmod -R 777 "$GOPATH" && \