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: update go directive in go.mod to 1.17 #1089

Merged
merged 2 commits into from Dec 24, 2021
Merged

build: update go directive in go.mod to 1.17 #1089

merged 2 commits into from Dec 24, 2021

Commits on Dec 24, 2021

  1. build: update 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 Dec 24, 2021
    Copy the full SHA
    7e54a68 View commit details
    Browse the repository at this point in the history
  2. build: update Dockerfile to Go 1.17

    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Dec 24, 2021
    Copy the full SHA
    6fb0827 View commit details
    Browse the repository at this point in the history