diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 0a46af5..06ddd9e 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: - run: go version - run: go test -race ./... build-gotip: - name: Build using gotip + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2