sivchari / tenv

tenv detects environment variable not using t.Setenv
MIT License
23 stars 7 forks source link

fix: downgrade min Go version to go1.21 #39

Closed ldez closed 4 months ago

ldez commented 5 months ago

Since go1.21, the Go version inside the go.mod is a hard requirement.

Golangci-lint needs to run with go1.21.

https://github.com/golangci/golangci-lint/pull/4803

sivchari commented 4 months ago

Hi, @ldez . I've seen https://github.com/golangci/golangci-lint/pull/4803 and I understand why you want to downgrade. I agree to downgrade the Go version, thanks.

sivchari commented 4 months ago

After this PR is merged, I'd release the latest version including this PR.