zJiaJun commented on PR #216: URL: https://github.com/apache/skywalking-go/pull/216#issuecomment-2821513791
> irisv12 case seems to have some issues. Could you try to fix that? @zJiaJun Hi @wu-sheng Following up on the irisv12 test failures: I found that the iris v12.1.0 framework version specifically causes issues across different Go versions: With Go 1.19, it fails due to dependencies requiring Go 1.21+ (missing slices package). Even with Go 1.21, it fails during the Docker build phase at the go mod tidy step, suggesting deeper dependency resolution problems specific to v12.1.0. The other tested framework versions (v12.2.0 and v12.2.5) appear more stable with Go 1.19 and Go 1.21 respectively in my local tests. To resolve the CI failures caused by these specific dependency issues, I've removed v12.1.0 from the test matrix in plugin.yml for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org