Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade go version to 1.16.0 on Dockerfile #66

Merged

Conversation

ShanQincheng
Copy link
Contributor

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.

Update Go version in Dockerfile to support io package in channel/script.go. 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.
@Hucaru Hucaru merged commit 617a946 into Hucaru:master Jan 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants