1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00

update to v0.2.3 (#512)

Promote everything to v0.2.3, golang 1.14, and give everything a nice go get -u ./... and go mod tidy along the way too.
This commit is contained in:
Liz Fong-Jones
2020-03-04 16:12:25 -05:00
committed by GitHub
parent 91ea965f8b
commit ffdbc05665
25 changed files with 413 additions and 123 deletions

View File

@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
environment:
TEST_RESULTS: /tmp/test-results # path to where test results will be saved