Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 29, 2023
1 parent 0c7c498 commit d820de3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
fi
fi
# https://github.com/actions/setup-go
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.21.5' # The Go version to download (if necessary) and use.

- name: Build test binary
run: go test -c .

Expand Down

0 comments on commit d820de3

Please sign in to comment.