Skip to content

Commit

Permalink
Merge pull request #24 from bakins/add-go-setup
Browse files Browse the repository at this point in the history
Add go setup
  • Loading branch information
bakins authored Mar 17, 2022
2 parents cef1a21 + 1417969 commit 57d6f25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
needs:
- gotest
steps:
- uses: actions/checkout@v2
- name: checkout
uses: actions/checkout@v2
if: startsWith(github.ref, 'refs/tags/')
with:
fetch-depth: 0
- name: go
uses: actions/setup-go@v2
if: startsWith(github.ref, 'refs/tags/')
with:
go-version: 1.18
- uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit 57d6f25

Please sign in to comment.