v1.0.8 Fix go1.20 build
v1.0.8
commit 1fb2d4d
Author: Charlie Vieth charlie.vieth@gmail.com
Date: Thu Jul 18 10:00:29 2024 -0400
fix go 1.20 build and retract v1.0.7
This commit fixes the build for Go 1.20 by removing use of the slices
package and retracts the v1.0.7 release.
It also changes the CI to test go1.20 (our minimum supported version)
so that this will not happen again in the future.