bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
85 stars 13 forks source link

Require go 1.18 (it is enough for what is needed) #108

Closed cjeker closed 6 months ago

cjeker commented 6 months ago

IMO there is no need to require go 1.21 it is enough to use go 1.18 (which includes generics that the code depends on or will depend on soon)

job commented 6 months ago

Rebase plz

cjeker commented 6 months ago

done