Skip to content

v1.0.2

Choose a tag to compare

@snabb snabb released this 18 Apr 10:56
5108abc

What's changed

  • Add GitHub Actions CI pipeline (build, test with -race, vet) across Go 1.21/1.22/1.23
  • Add CI status badge to README; replace dead godoc.org badge with pkg.go.dev
  • Replace deprecated ioutil.TempFileos.CreateTemp
  • Replace manual header clone with http.Header.Clone()
  • Bump minimum Go version from 1.18 to 1.21
  • Fix test name typos (IntialInitial, ParrallelParallel)