stellar-deprecated / starlight

Layer 2 payment channel protocol for the Stellar network.
Apache License 2.0
41 stars 9 forks source link

all: move compat to go118 and use go.work #446

Closed leighmcculloch closed 2 years ago

leighmcculloch commented 2 years ago

What

Move compatibility to Go 1.18 and use go.work.

Why

Go.work was added in Go 1.18 and makes it easier to work in repos that have multiple go.mod files. This repo has always maintained compatibility only with the most recent version of Go, so moving compat to Go 1.18 is fine as it is the latest version.