Tags: orijtech/structslop
Tags
Update dependencies to support Go 1.20 (#59) * Update dependencies to support Go 1.20 - update go.mod from 1.18 to 1.20 (optional) - update minimum supported Go version listed in README - update Go version used in CI from 1.18.x to 1.20.x (optional) - update dependencies (required) - `dave/dst` - `v0.27.0` to `v0.27.2` - `golang.org/x/tools` - `v0.1.11` to `v0.8.0` refs GH-58 * Fix SA1019 io/ioutil deprecation linter error --------- Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>