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

Conversation

wrvsrx
Copy link
Contributor

@wrvsrx wrvsrx commented Mar 2, 2024

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.

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
Copy link
Contributor Author

wrvsrx commented Mar 2, 2024

Maybe we should also add test that building in vendor mode to CI.

@jiegec jiegec merged commit 4386df1 into z4yx:master Mar 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants