Skip to content

Commit

Permalink
chore: download go version to address issue during release gh action
Browse files Browse the repository at this point in the history
android/amd64 requires external (cgo) linking, but cgo is not enabled
  • Loading branch information
wassimk committed May 17, 2024
1 parent 8424ba4 commit 093348d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
with:
go_version: "1.22"
go_version: "1.21"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wassimk/gh-compare

go 1.22
go 1.21

require (
github.com/cli/go-gh/v2 v2.9.0
Expand Down

0 comments on commit 093348d

Please sign in to comment.