Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
build: bump to go1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Feb 21, 2018
1 parent 4cc3885 commit c80962b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
working_directory: /go/src/github.com/DataDog/datadog-trace-agent

docker:
- image: circleci/golang:1.8
- image: circleci/golang:1.9.4

steps:
- checkout
Expand All @@ -18,4 +18,4 @@ jobs:
name: Test
command: |
$GOPATH/bin/golint ./cmd/trace-agent ./filters ./fixtures ./info ./quantile ./quantizer ./sampler ./statsd ./watchdog ./writer
go test $(go list ./... | grep -v /vendor/)
go test ./...

0 comments on commit c80962b

Please sign in to comment.