mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 19:35:22 +00:00
Remove golint cuz it has some issues with cgo
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
parent
c2c50877da
commit
e0ae7a12a4
11
Earthfile
11
Earthfile
@ -3,7 +3,6 @@ ARG BASE_IMAGE=quay.io/kairos/core-ubuntu:latest
|
||||
ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools
|
||||
# renovate: datasource=docker depName=golang
|
||||
ARG GO_VERSION=1.20
|
||||
ARG GOLINT_VERSION=1.52.2
|
||||
ARG LUET_VERSION=0.33.0
|
||||
|
||||
build-challenger:
|
||||
@ -114,16 +113,6 @@ e2e-tests:
|
||||
RUN ./scripts/e2e-tests.sh
|
||||
END
|
||||
|
||||
golint:
|
||||
ARG GO_VERSION
|
||||
FROM golang:$GO_VERSION-alpine
|
||||
RUN apk add build-base
|
||||
ARG GOLINT_VERSION
|
||||
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v$GOLINT_VERSION
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN golangci-lint run
|
||||
|
||||
lint:
|
||||
BUILD +yamllint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user