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"