Skip to content

Commit

Permalink
Merge pull request #52 from vshn/gh-checkout
Browse files Browse the repository at this point in the history
GH Action: Don't use shallow clones for releasing
  • Loading branch information
ccremer authored Nov 13, 2020
2 parents dbf69ff + 3ffe5ea commit 9e27bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- "*"

env:
GO_VERSION: "^1.14.7"
GO_VERSION: "^1.15.2"

jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 9e27bda

Please sign in to comment.