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:
parent
493e13f834
commit
5d6654dab1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user