github / git-sizer

Compute various size metrics for a Git repository, flagging those that might cause problems
MIT License
3.48k stars 139 forks source link

Upgrade build scripts to go1.21 #114

Closed elhmn closed 11 months ago

elhmn commented 11 months ago

The version 1.16 of go is unable to build git-sizer and returns the error bellow.

git/batch_obj_iter.go:9:2: //go:build comment without // +build comment

We upgrade the version used in the build scripts to go1.21