From cf44efae510652717ccc3551c5d547a26200a195 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 17 Apr 2023 12:54:46 +0300 Subject: [PATCH] proper fix for 1.17 builds --- 1.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.17/Dockerfile b/1.17/Dockerfile index 5900fbf..270e698 100644 --- a/1.17/Dockerfile +++ b/1.17/Dockerfile @@ -2,7 +2,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/cosmtrek/air@v1.40.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 && \ chmod -R 777 "$GOPATH" && \