Golang 1.20.5 uses glibc 2.32, while gcr.io/distroless/base-debian11:latest has 2.31
As a result it leads to the error
/app: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /app)
/app: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /app)
Golang 1.20.5 uses glibc 2.32, while gcr.io/distroless/base-debian11:latest has 2.31
As a result it leads to the error