File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 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
77FROM golang:${VERSION}
88
99RUN apk add --no-cache --quiet make curl git jq unzip tree && \
10- go install golang.org/x/lint/golint@latest && \
1110 go install gotest.tools/gotestsum@latest
1211
1312VOLUME ["/tmp" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ARG VERSION=1-alpine
77FROM golang:${VERSION}
88
99RUN apk add --no-cache --quiet make curl git jq unzip tree && \
10- go install golang.org/x/lint/golint@latest && \
1110 go install gotest.tools/gotestsum@latest
1211
1312VOLUME ["/tmp" ]
Original file line number Diff line number Diff line change 2929 with : { fetch-depth: 1 }
3030 - uses : actions/setup-go@v2.1.3
3131 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
3732 - run : go version
3833 - run : make lint
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ test-coverage: ## Generate test coverage report
156156lint : # # Run lint on the package
157157 @printf " \033[2m→ Running lint...\033[0m\n"
158158 go vet github.com/elastic/go-elasticsearch/...
159- go list github.com/elastic/go-elasticsearch/... | ' grep' -v internal | xargs golint -set_exit_status
160159 @{ \
161160 set -e ; \
162161 trap " test -d ../../../.git && git checkout --quiet go.mod" INT TERM EXIT; \
You can’t perform that action at this time.
0 commit comments