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

update minimum go version to go1.17 #1871

Closed
wants to merge 1 commit into from

Commits on Dec 5, 2022

  1. update minimum go version to go1.17

    Versions of go below go1.18 have reached EOL, but some projects
    may be slightly behind and still on go1.17.
    
    This patch updates the minimum Go version to go1.17, as older versions
    are broken in CI:
    
        Error: ../../../go/pkg/mod/github.com/kyoh86/richgo@v0.3.11/config/load.go:64:9: undefined: os.ReadFile
        note: module requires Go 1.17
        Error: Process completed with exit code 2.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fcd9017 View commit details
    Browse the repository at this point in the history