1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-13 19:53:11 +02:00

Correct CI workflow syntax (#1403)

Remove duplicate strategy that is causing an error.
This commit is contained in:
Tyler Yahn
2020-12-15 15:25:04 -08:00
committed by GitHub
parent f11a86f780
commit 2051927b9b

View File

@@ -9,10 +9,9 @@ jobs:
go:
strategy:
fail-fast: false
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.14, 1.15]
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2