mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Merge pull request #3203 from justincormack/lint
Fix golint on circleci and GCP testing
This commit is contained in:
commit
40905a2117
@ -16,7 +16,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Dependencies
|
name: Dependencies
|
||||||
command: |
|
command: |
|
||||||
go get -u github.com/golang/lint/golint
|
go get -u golang.org/x/lint/golint
|
||||||
go get -u github.com/gordonklaus/ineffassign
|
go get -u github.com/gordonklaus/ineffassign
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
@ -15,7 +15,7 @@ onboot:
|
|||||||
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
|
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
Loading…
Reference in New Issue
Block a user