From b4c544f350ef26dd72d59a33232d5f276a2e2e85 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 16 Sep 2024 17:35:25 +0000 Subject: [PATCH] images/actions/go/Dockerfile aktualisiert --- images/actions/go/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/actions/go/Dockerfile b/images/actions/go/Dockerfile index d160197..f5d4191 100644 --- a/images/actions/go/Dockerfile +++ b/images/actions/go/Dockerfile @@ -2,3 +2,4 @@ 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