mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-21 20:46:05 +03:00
correct delve version for older Go versions
This commit is contained in:
parent
30da6fb43c
commit
3c3d92ba37
@ -1,7 +1,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/go-delve/delve/cmd/dlv@v1.9.0 && \
|
||||
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 && \
|
||||
|
@ -1,7 +1,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/go-delve/delve/cmd/dlv@v1.9.0 && \
|
||||
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 && \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM golang:1.17-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/go-delve/delve/cmd/dlv@v1.9.1 && \
|
||||
go install github.com/cosmtrek/air@v1.40.0 && \
|
||||
go install github.com/jstemmer/go-junit-report@latest && \
|
||||
go install github.com/axw/gocov/gocov@latest && \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM golang:1.17-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/go-delve/delve/cmd/dlv@v1.9.1 && \
|
||||
go install github.com/cosmtrek/air@v1.40.0 && \
|
||||
go install github.com/jstemmer/go-junit-report@latest && \
|
||||
go install github.com/axw/gocov/gocov@latest && \
|
||||
|
Loading…
Reference in New Issue
Block a user