Merge pull request #3203 from justincormack/lint

Fix golint on circleci and GCP testing
This commit is contained in:
Rolf Neugebauer 2018-10-15 12:31:54 -07:00 committed by GitHub
commit 40905a2117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run:
name: Dependencies
command: |
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
go get -u github.com/gordonklaus/ineffassign
- run:
name: Lint

View File

@ -15,7 +15,7 @@ onboot:
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
- name: poweroff
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
command: ["/bin/sh", "/poweroff.sh", "3"]
command: ["/bin/sh", "/poweroff.sh", "120"]
trust:
org:
- linuxkit