Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Upgrade go version to 1.16.0 on Dockerfile #66

Closed ShanQincheng closed 8 months ago

ShanQincheng commented 8 months ago

Update Go version in Dockerfile to support io package in channel/script.go:114. This is necessary because, from Go 1.16, the io package replaces ioutil, and using 1.15.2 on Dockerfile results in an undefined: io.ReadFile error while building containers.