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
The default native-image JVM version is now graalvm-java11 instead of graalvm (Java 8). Set nativeImageJvm := "graalvm" to use Java 8 instead of Java 11. Note that this is not the JVM that is used to compile your project, it's only the JVM of the native-image binary.