From e82d5329a15c8ce20ead9611f5e3d574a9458d02 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 16 Sep 2024 17:49:37 +0000 Subject: [PATCH] images/actions/go/Dockerfile aktualisiert --- images/actions/go/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/actions/go/Dockerfile b/images/actions/go/Dockerfile index f5d4191..783d5de 100644 --- a/images/actions/go/Dockerfile +++ b/images/actions/go/Dockerfile @@ -3,3 +3,5 @@ FROM git.euph.dev/actions/runner-basic:latest 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"