mirror of
https://github.com/containers/skopeo.git
synced 2025-07-05 10:56:56 +00:00
commit
c20c32dc25
@ -87,12 +87,13 @@ osx_task:
|
||||
macos_instance:
|
||||
image: catalina-xcode
|
||||
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 install gpgme go go-md2man
|
||||
brew install gpgme go@1.18 go-md2man
|
||||
go install golang.org/x/lint/golint@latest
|
||||
test_script: |
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=$GOPATH/bin:/usr/local/opt/go@1.18/bin:$PATH
|
||||
go version
|
||||
go env
|
||||
make validate-local test-unit-local bin/skopeo
|
||||
|
Loading…
Reference in New Issue
Block a user