diff --git a/.cirrus.yml b/.cirrus.yml index d4ebd8e9..e48403d6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -84,12 +84,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