-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
10:17:12 AM: $ hugo --gc --minify
10:17:12 AM: hugo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by hugo)
hugo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by hugo)
hugo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hugo)
hugo: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by hugo)
We updated the build image to use Go 1.21, which also seemed to bump GLIBC, which Netlify's Ubuntu 20.04 build image does not support ... Bummer.