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

Action does not work with Go 1.22.3 #89

Open theleeeo opened 2 months ago

theleeeo commented 2 months ago

The current Github Action (v2.10.1) does not work with Go version 1.22.3:

"go: go.mod requires go >= 1.22.3 (running go 1.22.2)"

vladopajic commented 2 months ago

@theleeeo hey, thanks for reporting!

i see you found a work around, but could you share link to action workflow where this issues has happened?

theleeeo commented 1 month ago

@theleeeo hey, thanks for reporting!

i see you found a work around, but could you share link to action workflow where this issues has happened?

Unfortunately i can not since this happened in a private repository. However i solved this by not using the action and instead using "go install" to install this code and then running the binary.

andriisoldatenko commented 2 weeks ago

I have public repo where action doesn't work with go 1.22.3 -> https://github.com/Dynatrace/dynatrace-operator/actions/runs/10301464647/job/28513073229?pr=3597.