vladopajic / go-test-coverage

go-test-coverage is tool and github action which reports issues when test coverage is below set threshold
GNU General Public License v3.0
78 stars 9 forks source link

Test Coverage fail with Go 1.22 #67

Closed vijaynallagatla closed 6 months ago

vijaynallagatla commented 6 months ago

Issue:

We are bumping the Go version to 1.22 in our services and we see go test coverage fail with following:

go: go.mod requires go >= 1.22 (running go 1.21.4)

I noticed changes to bump go-test-coverage to 1.22 is already committed and not released yet.

vladopajic commented 6 months ago

@vijaynallagatla thanks for remaining me. new release is coming right now.

vijaynallagatla commented 6 months ago

@vijaynallagatla thanks for remaining me. new release is coming right now.

Thank you for such a rapid response! 🙌 Much appreciated.