Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Müller <code@brauser.io>
  • Loading branch information
Flipez committed May 8, 2023
1 parent 0d2132e commit 3c80070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.20
- name: Install dependencies
run: |
go version
go get
- name: Test
run: go test -coverpkg=./... ./...
- name: Run GoReleaser
Expand Down

0 comments on commit 3c80070

Please sign in to comment.