exercism / go-analyzer

GNU Affero General Public License v3.0
10 stars 12 forks source link

Update to Go 1.18 #32

Closed andrerfcsantos closed 2 years ago

andrerfcsantos commented 2 years ago

Go 1.18 is a very anticipated release of the language due to the inclusion of generics, among other things. We should update the tooling of the Go track to support solutions using Go 1.18.

This update should be similar to the upgrade done for 1.17:

Tracking issue: https://github.com/exercism/go/issues/2129

andrerfcsantos commented 2 years ago

Fixed by #36