Commit a3433a4
authored
build: Pin to golang:1.19.9 for Docker builds (#70)
The next version, 1.19.10, is based on Debian 12 (bookworm), which has
a newer glibc version (2.36) than Ubuntu 20.04 (2.31), which our images
are based on. So, a Go executable built on the 1.19.10 image can't run
because glibc in the resulting image is too old.1 parent 960289d commit a3433a4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments