diff --git a/.cirrus.yml b/.cirrus.yml index 6b05cbe0..7129997e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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