1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-09 13:37:12 +02:00

Use latest version of golang 1.13 in CI (#465)

CircleCI has golang images without the patch versions which contain
the latest patch version of golang. That way we do not need to
remember to update the CI config on every patch release.
This commit is contained in:
Krzesimir Nowak 2020-02-05 06:21:15 +01:00 committed by GitHub
parent 493e13f834
commit 5d6654dab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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