Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Dec 4, 2023
1 parent 4a96581 commit eca4e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.21.4' # The Go version to download (if necessary) and use.

- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit eca4e4c

Please sign in to comment.