Skip to content

Commit

Permalink
Fix errors in build-binaries task (jaegertracing#2754)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <[email protected]>
  • Loading branch information
Ashmita152 authored Feb 1, 2021
1 parent 9e5acac commit e8b5c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
submodules: true

- name: Fetch git tags
run: |
git fetch --prune --unshallow --tags
- uses: actions/setup-go@v2
with:
go-version: ^1.15
Expand Down

0 comments on commit e8b5c6b

Please sign in to comment.