Install godo

This commit is contained in:
Matt Joiner 2021-02-15 21:44:52 +11:00
parent 90b2932fe7
commit 2c62206103
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
- run: go test -bench . ./...
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
- run: GOARCH=386 go test ./... -count 2 -bench . || true
- run: go install ./cmd/torrentfs
- run: go install github.com/anacrolix/godo@latest
- save_cache:
key: go-pkg-{{ checksum "go.mod" }}
paths: