From f06f7fc12156bb064eb6e1fc7a2063fd74d5a11c Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 16 Sep 2024 18:17:00 +0000 Subject: [PATCH] images/actions/go/Dockerfile aktualisiert --- images/actions/go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/go/Dockerfile b/images/actions/go/Dockerfile index 783d5de..04475db 100644 --- a/images/actions/go/Dockerfile +++ b/images/actions/go/Dockerfile @@ -4,4 +4,4 @@ RUN sudo apk add --no-cache "go" RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh RUN go install honnef.co/go/tools/cmd/staticcheck@latest -ENV PATH="$PATH:/bin" +ENV PATH="$PATH:$(pwd)/bin"