mirror of
https://github.com/containers/skopeo.git
synced 2025-06-27 23:27:29 +00:00
Update the command to install golint
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
6a2f38d66c
commit
c819bc1754
@ -90,7 +90,7 @@ osx_task:
|
|||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
brew update
|
brew update
|
||||||
brew install gpgme go go-md2man
|
brew install gpgme go go-md2man
|
||||||
go get -u golang.org/x/lint/golint
|
go install golang.org/x/lint/golint@latest
|
||||||
test_script: |
|
test_script: |
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
go version
|
go version
|
||||||
|
Loading…
Reference in New Issue
Block a user