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

build: upgrade go directive in go.mod to 1.17 #2049

Merged
merged 1 commit into from Jan 24, 2022
Merged

build: upgrade go directive in go.mod to 1.17 #2049

merged 1 commit into from Jan 24, 2022

Commits on Jan 24, 2022

  1. build: upgrade go directive in go.mod to 1.17

    This commit enables support for module graph pruning and lazy module
    loading for projects that are at Go 1.17 or higher.
    
    Reference: https://go.dev/ref/mod#go-mod-file-go
    Reference: https://go.dev/ref/mod#graph-pruning
    Reference: https://go.dev/ref/mod#lazy-loading
    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Jan 24, 2022
    Copy the full SHA
    63e2b32 View commit details
    Browse the repository at this point in the history