Skip to content

Commit

Permalink
chore: downgrading to 1.21 based on known issue for gh-extension-prec…
Browse files Browse the repository at this point in the history
…ompile
  • Loading branch information
wakeward committed Aug 21, 2024
1 parent f4df62e commit 220293c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
env:
CGO_ENABLED: 1
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/wakeward/gh-branch-auditor

go 1.22.0
go 1.21.5

require (
github.com/cli/go-gh v1.2.1
Expand Down

0 comments on commit 220293c

Please sign in to comment.