You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a co-maintainer of Go module github.com/stretchr/testify, a major module in the Go ecosystem. I'm trying to migrate actions/setup-go from v3.2.0 to v4.
However, on v4 we get test failures with go1.20 which do not appear with setup-go v3.20.
See stretchr/testify#1408
I know that testify testing has concurrency issues (go test -race -count=100 reports failures on go1.20 on my machine), but I don't see how the changes mentioned in the changelog of setup-go (enable module cache) would affect us.
What changes appeared in v4 that could trigger this?
Note that testify is well known for having a circular dependency issue (for which I think I have a fix). Maybe that's related.
Action version:
Specify the action version
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Tools version:
go1.20
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Description:
I'm a co-maintainer of Go module
github.com/stretchr/testify
, a major module in the Go ecosystem. I'm trying to migrateactions/setup-go
from v3.2.0 to v4.However, on v4 we get test failures with go1.20 which do not appear with setup-go v3.20.
See stretchr/testify#1408
I know that testify testing has concurrency issues (
go test -race -count=100
reports failures on go1.20 on my machine), but I don't see how the changes mentioned in the changelog of setup-go (enable module cache) would affect us.What changes appeared in v4 that could trigger this?
Note that
testify
is well known for having a circular dependency issue (for which I think I have a fix). Maybe that's related.Action version:
Specify the action version
Platform:
Runner type:
Tools version:
go1.20
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
stretchr/testify#1408
Expected behavior:
Same test success/failure than with actions/setup-go v3.2.0
Actual behavior:
Tests failures.
The text was updated successfully, but these errors were encountered: