Codebase list golang-github-go-kit-kit / bd9859e
Fix Circle: use go1.11 (#771) * Use go1.11 * rm /usr/local/go first * Wat * Debug nonsense * Oh, that worked Peter Bourgon authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010 EUREKA_ADDR: http://localhost:8761/eureka
1111 steps:
1212 - checkout
13 - run: wget -q https://storage.googleapis.com/golang/go1.11.linux-amd64.tar.gz
14 - run: sudo rm -rf /usr/local/go
15 - run: sudo tar -C /usr/local -xzf go1.11.linux-amd64.tar.gz
1316 - run: docker-compose -f docker-compose-integration.yml up -d --force-recreate
1417 - run: go get -t github.com/go-kit/kit/...
1518 - run: go test -v -race -tags integration github.com/go-kit/kit/...