Error trying to run a go framework

hello, i’m trying to install a golang framework called “ebitengine”, and every time i try to run a demo project on my pc i get this:
image
i tried to enter in contact with the ebitengine dev, and he said that directx 11 might solve the problem, i installed directx 11 and runned the demo project, didn’t worked

i find this forum while searching the error on google, so i thought you guys could give me a little hand

github issue i opened to enter in contact with the ebitengine dev: glfw: wglCreateContextAttribsARB failed: winapi error #3221692565 · Issue #3109 · hajimehoshi/ebiten · GitHub

This error is ERROR_INVALID_VERSION_ARB, an invalid version of OpenGL was requested for your system. This could be due to your GPU drivers not being up to date or your GPU not supported the version of OpenGL requested. Beyond that you would need to contact the developer of ebitengine through their Github as you have done.