From 71a6e8ac0053a1a7a2bb9dde0d3e05744ab6b1a0 Mon Sep 17 00:00:00 2001 From: Elizabeth Heinlein <52758187+newrelic-eheinlein@users.noreply.github.com> Date: Thu, 16 Jul 2020 11:32:44 -0700 Subject: [PATCH] Try this --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 304eace..588c5a0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,11 +6,11 @@ on: jobs: - go-agent: + go-otel-exporter: runs-on: ubuntu-18.04 - env: - # Required when using older versions of Go that do not support gomod. - GOPATH: ${{ github.workspace }} +# env: +# # Required when using older versions of Go that do not support gomod. +# GOPATH: ${{ github.workspace }} strategy: # if one test fails, do not abort the rest