Skip to content

Commit

Permalink
Merge pull request #41 from rohanpm/fix-version
Browse files Browse the repository at this point in the history
Fix setting of version within github builds
  • Loading branch information
rohanpm committed Mar 10, 2021
2 parents 4def2d1 + dfa944b commit 46ab1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# we don't want a shallow clone because we want to use "git describe"
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 46ab1b2

Please sign in to comment.