Update Earthfile

This commit is contained in:
Itxaka 2024-05-16 11:00:19 +02:00 committed by GitHub
parent 87e9d7c3a5
commit 55a1752526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,8 @@ test:
golint:
ARG GOLINT_VERSION
FROM golangci/golangci-lint:$GOLINT_VERSION
COPY . .
WORKDIR /build
COPY . .
RUN golangci-lint run -v
build-immucore: