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

Bump go version to 1.17 in go.mod #35

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Commits on Mar 2, 2024

  1. Bump go version to 1.17 in go.mod

    This commit fix build in vendor mode.
    
    Without this commit, `go mod vendor` then `go build -mod=vendor cli/main.go` would fail since go build modules using 1.16 as default version and `x/sys/unix` needs go 1.17.
    wrvsrx committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5692ef9 View commit details
    Browse the repository at this point in the history