Releases: mikeb26/bashgpt
Releases · mikeb26/bashgpt
Release list
bashgpt (v1.0.6)
bashgpt (v1.0.5)
bashgpt (v1.0.4)
bashgpt (v1.0.3)
bashgpt (v1.0.2)
bashgpt (v1.0.1)
downgrade from o3 to o4-mini o3 is not accessible for all users.
bashgpt (v1.0.0)
bashgpt (v0.2.4)
bashgpt (v0.2.3)
bashgpt (v0.2.2)
Build w/ CGO_ENABLED=0 The CircleCI go build images' toolchain depends on a version of GLIBC that is higher than the version that ships on Ubuntu 20.04. This means users trying to install the released binaries on Ubuntu 20.04 will see: ``` $ bashgpt bashgpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bashgpt) bashgpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bashgpt) ``` This commit attempts to mitigate the problem by building w/ CGO_ENABLED=0 as suggested by: https://github.com/golang/go/issues/57328