You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user