From 58f96524463409912d1beb2c8ee05da9f5ec9408 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 5 Jun 2024 16:20:01 +0300 Subject: [PATCH] fix 1.22 build --- 1.22-nofaccessat2/Dockerfile | 2 +- 1.22/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.22-nofaccessat2/Dockerfile b/1.22-nofaccessat2/Dockerfile index 65f7ae9..e178dcb 100644 --- a/1.22-nofaccessat2/Dockerfile +++ b/1.22-nofaccessat2/Dockerfile @@ -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 && \ diff --git a/1.22/Dockerfile b/1.22/Dockerfile index 49f4afe..464effa 100644 --- a/1.22/Dockerfile +++ b/1.22/Dockerfile @@ -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 && \