Update Earthfile

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

View File

@ -37,6 +37,7 @@ golint:
FROM golangci/golangci-lint:$GOLINT_VERSION
WORKDIR /build
COPY . .
RUN go mod tidy --compat=1.19
RUN golangci-lint run -v
build-immucore: