create-go-app/fiber-go-template

go version error in Dockerfile

Closed this issue · 1 comments

Eeap commented

Required check list:

  • I'm gonna mark the checkboxes like this.
  • I didn't find in the repository's issues section similar bug.
  • I understand, this is Open Source and not-for-profit product.
  • This is not about third-party project, framework, package or technology.

My environment:

  • OS (uname -a): Darwin Kernel Version 22.5.0
  • Golang (go version): go1.20.3 darwin/arm64

Describe the bug:
github.com/rivo/uniseg v0.4.4 // indirect module needs go1.18+, so error occurs about go version in Dockerfile when I enter make docker.run command for build.

Steps to reproduce the behavior:

Expected behavior:

Screenshots:

image

Additional context:

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template!