artefactual-labs / bagit-gython

An experimental Go library that integrates Python's reliable BagIt implementation using an embedded modern Python interpreter.
https://pkg.go.dev/github.com/artefactual-labs/bagit-gython
Apache License 2.0
0 stars 0 forks source link

Relax go version constraint #10

Closed sevein closed 2 months ago

sevein commented 2 months ago

This PR updates the go.mod file to set Go 1.19 as the minimum version requirement. With this change we ensure compatibility with older releases, allowing dependents to adopt this library in projects that may still be stuck with older versions of Go, e.g. embedded devices, build pipelines using old distros (e.g. go 1.18 in Ubuntu 22.40), etc.

sevein commented 2 months ago

We've chosen to follow the Go release policy, if you'd like to change this let us know.