Forcing static binaries with glibc and Go on Linux
go build dynamically links against glibc on Linux by default, resulting in errors like this when you run the binary: ./db2xlsx: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./db2xlsx) ./db2xlsx:…