Skip to content

Commit

Permalink
add go to release workflow (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 authored Apr 18, 2024
1 parent 845f05b commit ce22ff9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
- name: Create Release Artifacts
run: make release
env:
Expand Down

0 comments on commit ce22ff9

Please sign in to comment.