Skip to content

Commit

Permalink
fix: address minimum go version issue during release
Browse files Browse the repository at this point in the history
Error:
../../../go/pkg/mod/github.com/go-git/go-git/[email protected]/utils/trace/trace.go:15:17:
undefined: atomic.Int32

note: module requires Go 1.19
Error: Process completed with exit code 2.
  • Loading branch information
wassimk committed May 17, 2024
1 parent 54e317c commit 205b073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
with:
go_version: "1.19"

0 comments on commit 205b073

Please sign in to comment.