mirror of
https://github.com/containers/skopeo.git
synced 2025-07-06 03:16:55 +00:00
commit
c20c32dc25
@ -87,12 +87,13 @@ osx_task:
|
|||||||
macos_instance:
|
macos_instance:
|
||||||
image: catalina-xcode
|
image: catalina-xcode
|
||||||
setup_script: |
|
setup_script: |
|
||||||
export PATH=$GOPATH/bin:$PATH
|
# /usr/local/opt/go@1.18 will be populated by (brew install go@1.18) below
|
||||||
|
export PATH=$GOPATH/bin:/usr/local/opt/go@1.18/bin:$PATH
|
||||||
brew update
|
brew update
|
||||||
brew install gpgme go go-md2man
|
brew install gpgme go@1.18 go-md2man
|
||||||
go install golang.org/x/lint/golint@latest
|
go install golang.org/x/lint/golint@latest
|
||||||
test_script: |
|
test_script: |
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:/usr/local/opt/go@1.18/bin:$PATH
|
||||||
go version
|
go version
|
||||||
go env
|
go env
|
||||||
make validate-local test-unit-local bin/skopeo
|
make validate-local test-unit-local bin/skopeo
|
||||||
|
Loading…
Reference in New Issue
Block a user