Skip to content

Commit

Permalink
Add go setup to release creation job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moran authored and sophiewigmore committed Mar 15, 2021
1 parent 8dc8420 commit 27b1a65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
runs-on: ubuntu-latest
needs: unit
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
- name: Reset Draft Release
uses: paketo-buildpacks/github-config/actions/release/reset-draft@main
with:
Expand Down

0 comments on commit 27b1a65

Please sign in to comment.