You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/internal/linker/patches
Daniel Martí ad2ecc7f2f drop Go 1.21 and start using go/version
Needing to awkwardly treat Go versions as if they were semver
is no longer necessary thanks to go/version being in Go 1.22.0 now.
2 years ago
..
go1.22 add and test initial support for Go 1.22 2 years ago
README internal/linker: add README with docs 2 years ago

README

The patches are maintained and reviewed at https://github.com/burrowers/go-patches/pulls.

For stable releases, the patches are generated like:

	git format-patch --relative=src release-branch.go1.20..garble-go1.20

For master:

	git format-patch --relative=src master..garble-go1.21