Andrea Maria Piana 2f539d3bd2 Upgrade go-ens
Go ens needs to be updated to be compatible with the lastest geth
version
2021-07-20 10:57:38 +02:00

13 lines
308 B
YAML

env:
CIRRUS_CLONE_DEPTH: 1
freebsd_12_task:
freebsd_instance:
image_family: freebsd-12-2
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go get golang.org/dl/go1.16.2
bin/go1.16.2 download
build_script: bin/go1.16.2 build -v ./...
test_script: bin/go1.16.2 test -race ./...