File tree 4 files changed +0
-8
lines changed
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ARG VERSION=1-alpine
7
7
FROM golang:${VERSION}
8
8
9
9
RUN apk add --no-cache --quiet make curl git jq unzip tree && \
10
- go install golang.org/x/lint/golint@latest && \
11
10
go install gotest.tools/gotestsum@latest
12
11
13
12
VOLUME ["/tmp" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ARG VERSION=1-alpine
7
7
FROM golang:${VERSION}
8
8
9
9
RUN apk add --no-cache --quiet make curl git jq unzip tree && \
10
- go install golang.org/x/lint/golint@latest && \
11
10
go install gotest.tools/gotestsum@latest
12
11
13
12
VOLUME ["/tmp" ]
Original file line number Diff line number Diff line change 29
29
with : { fetch-depth: 1 }
30
30
- uses : actions/setup-go@v2.1.3
31
31
with : { go-version: '1.x' }
32
- - name : Install dependencies
33
- run : go install golang.org/x/lint/golint@latest
34
- env :
35
- GOBIN : ${{ env.GOROOT }}/bin
36
- shell : bash
37
32
- run : go version
38
33
- run : make lint
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ test-coverage: ## Generate test coverage report
155
155
lint : # # Run lint on the package
156
156
@printf " \033[2m→ Running lint...\033[0m\n"
157
157
go vet github.com/elastic/go-elasticsearch/...
158
- go list github.com/elastic/go-elasticsearch/... | ' grep' -v internal | xargs golint -set_exit_status
159
158
@{ \
160
159
set -e ; \
161
160
trap " test -d ../../../.git && git checkout --quiet go.mod" INT TERM EXIT; \
You can’t perform that action at this time.
0 commit comments