Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awnumar authored Mar 15, 2021
1 parent 166e2be commit 30ee099
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ linux_task:

osx_task:
osx_instance:
image: mojave-base
image: big-sur-base
env:
GO111MODULE: on
GOPATH: /tmp/go
Expand All @@ -29,15 +29,17 @@ osx_task:
test_script:
- go test -race -v ./...


windows_task:
windows_container:
image: golang:windowsservercore-1803
os_version: 1803
image: cirrusci/windowsservercore:2019
env:
GO111MODULE: on
GOPATH: C:\golang
PATH: ${GOPATH}\bin:${PATH}
PATH: ${GOPATH}\bin;C:\Program Files\Go\bin;C:\Users\ContainerAdministrator\go\bin;${PATH}
CIRRUS_WORKING_DIR: C:\golang\src\github.com\${CIRRUS_REPO_FULL_NAME}
install_script:
- choco install -y golang
build_script:
- go version
- go get ./...
Expand All @@ -47,7 +49,7 @@ windows_task:

freebsd_task:
freebsd_instance:
image: freebsd-12-0-release-amd64
image: freebsd-12-2-release-amd64
env:
GO111MODULE: on
GOPATH: /tmp/go
Expand Down

0 comments on commit 30ee099

Please sign in to comment.