Fix error of go get and remove golint (#69)

* Remove golint

* Fix error of go get github.com/int128/ghcp
This commit is contained in:
Hidetake Iwata
2019-04-19 10:26:03 +09:00
committed by GitHub
parent 072bee6992
commit d82c8a2dd1
2 changed files with 4 additions and 4 deletions

View File

@@ -10,12 +10,13 @@ jobs:
- run: |
curl -L -o ~/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl
chmod +x ~/bin/kubectl
- run: |
curl -L -o ~/bin/ghcp https://github.com/int128/ghcp/releases/download/v1.3.0/ghcp_linux_amd64
chmod +x ~/bin/ghcp
- run: |
go get -v \
golang.org/x/lint/golint \
github.com/int128/goxzst \
github.com/tcnksm/ghr \
github.com/int128/ghcp
github.com/tcnksm/ghr
- checkout
# workaround for https://github.com/golang/go/issues/27925
- run: sed -e '/^k8s.io\/client-go /d' -i go.sum

View File

@@ -8,7 +8,6 @@ LDFLAGS := -X main.version=$(CIRCLE_TAG)
all: $(TARGET)
check:
golint
go vet
$(MAKE) -C adaptors_test/keys/testdata
go test -v -race ./...