Dave Hay

Results 5 comments of Dave Hay

FYI seeing the same with `molecule` `5.1.0` and, alas, going to `6.0.2` isn't an option 'cos driver supported is borked as per [this](https://github.com/ansible/molecule/issues/3967#issuecomment-1648001872) 😿

**`logrus.go` change** ```text internal/logger/logrus.go:10:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those...

I tried a hack of "upgrading" `syft` in `go.mod`, changing from: - ```text github.com/anchore/syft v0.46.3 ``` to: - ```text github.com/anchore/syft v0.64.0 ``` but that broke `go mod tidy` ```text go:...

Morning, also seeing a similar issue with versions of the extension post `v1.41.1` including the current latest pre-release version: - ```text [email protected] ``` Looking thorugh the linked issues / PRs,...

Just got a new update on the pre-release channel: - `code --list-extensions --show-versions | grep redhat.java` ```text [email protected] ``` alas the same problem 😿