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 x/sys for Go 1.18 Darwin Compatibility #5

Merged
merged 1 commit into from
May 4, 2022

Conversation

patrickdillon
Copy link

go get -u golang.org/x/sys
go mod tidy && go mod vendor

See: golang/go#49219

go get -u golang.org/x/sys
go mod tidy && go mod vendor

See: golang/go#49219
@patrickdillon patrickdillon merged commit 1adf022 into openshift:release-0.10.0 May 4, 2022
patrickdillon added a commit to patrickdillon/installer that referenced this pull request May 5, 2022
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy && go mod vendor
patrickdillon added a commit to patrickdillon/installer that referenced this pull request May 9, 2022
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy && go mod vendor
patrickdillon added a commit to patrickdillon/installer that referenced this pull request May 9, 2022
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy -compat=1.17 && go mod vendor
TrilokGeer pushed a commit to TrilokGeer/installer that referenced this pull request Sep 14, 2022
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy -compat=1.17 && go mod vendor
r4f4 pushed a commit to r4f4/terraform-providers that referenced this pull request Oct 22, 2023
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy -compat=1.17 && go mod vendor
r4f4 pushed a commit to r4f4/terraform-providers that referenced this pull request Oct 24, 2023
Needed to bump x/sys dependency due to golang/go#49219
to ensure Go 1.18 compatibility on darwin.

This commit revendors our AzureStack fork to bring in:
openshift/terraform-provider-azurestack#5

which updated x/sys with the following commands:

go get -u golang.org/x/sys
go mod tidy -compat=1.17 && go mod vendor
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.

1 participant