fix 1.22 build

This commit is contained in:
Pavel 2024-06-05 16:20:01 +03:00
parent 4bbe59309d
commit 58f9652446
2 changed files with 2 additions and 2 deletions

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/cosmtrek/air@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@latest && \
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/cosmtrek/air@latest && \
go install github.com/air-verse/air@latest && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@latest && \
go install gotest.tools/gotestsum@latest && \