Skip to content

Commit

Permalink
Upgrade to go 1.10 (#792)
Browse files Browse the repository at this point in the history
- remove redundant newline in Fprintln arg list to fix build

Signed-off-by: Prithvi Raj <p.r@uber.com>
  • Loading branch information
vprithvi authored Apr 30, 2018
1 parent 2325502 commit c7891a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ dist: trusty

matrix:
include:
- go: 1.9
- go: "1.10"
env:
- TESTS=true
- COVERAGE=true
- go: 1.9
- go: "1.10"
env:
- ALL_IN_ONE=true
- go: 1.9
- go: "1.10"
env:
- CROSSDOCK=true
- go: 1.9
- go: "1.10"
env:
- DOCKER=true
- DEPLOY=true
- go: 1.9
- go: "1.10"
env:
- ES_INTEGRATION_TEST=true
- go: 1.9
- go: "1.10"
env:
- HOTROD=true

Expand Down
3 changes: 1 addition & 2 deletions cmd/env/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ their names to upper case and replacing punctuation with underscores. For exampl
--cassandra.connections-per-host CASSANDRA_CONNECTIONS_PER_HOST
--metrics-backend METRICS_BACKEND
The following configuration options are only available via environment variables:
`)
The following configuration options are only available via environment variables:`+"\n")
fs := new(pflag.FlagSet)
fs.String(storage.SpanStorageTypeEnvVar, "cassandra", "The type of backend (cassandra, elasticsearch, memory) used for trace storage.")
fs.String(storage.DependencyStorageTypeEnvVar, "${SPAN_STORAGE}", "The type of backend used for service dependencies storage.")
Expand Down

0 comments on commit c7891a4

Please sign in to comment.