pin air & dlv versions on older images

This commit is contained in:
Pavel 2024-12-17 15:20:05 +03:00
parent 963ddcacd5
commit 44af0a4368
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ RUN set -eux; \
rm -rf /home/builder /var/cache/distfiles /tmp/aports
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.40.4 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -1,7 +1,7 @@
FROM golang:1.18-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.40.4 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -19,7 +19,7 @@ RUN set -eux; \
rm -rf /home/builder /var/cache/distfiles /tmp/aports
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.41.0 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -1,7 +1,7 @@
FROM golang:1.19-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.41.0 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -19,7 +19,7 @@ RUN set -eux; \
rm -rf /home/builder /var/cache/distfiles /tmp/aports
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.44.0 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -1,7 +1,7 @@
FROM golang:1.20-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/go-delve/delve/cmd/dlv@v1.21.2 && \
go install github.com/cosmtrek/air@v1.44.0 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.1.0 && \

View File

@ -20,7 +20,7 @@ RUN set -eux; \
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/air-verse/air@v1.52.3 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.2.1 && \
go install gotest.tools/gotestsum@latest && \

View File

@ -2,7 +2,7 @@ FROM golang:1.22-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/air-verse/air@v1.52.3 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.2.1 && \
go install gotest.tools/gotestsum@latest && \

View File

@ -20,7 +20,7 @@ RUN set -eux; \
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/air-verse/air@v1.61.5 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.2.1 && \
go install gotest.tools/gotestsum@latest && \

View File

@ -2,7 +2,7 @@ FROM golang:1.23-alpine
RUN set -eux; \
apk add --no-cache bash make git gcc libc-dev jq curl dumb-init mailcap tzdata && \
go install github.com/go-delve/delve/cmd/dlv@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/air-verse/air@v1.61.5 && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@v1.2.1 && \
go install gotest.tools/gotestsum@latest && \