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

Fix Azure CLI tests on Go 1.19 #1538

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Fix Azure CLI tests on Go 1.19 #1538

merged 1 commit into from
Aug 17, 2022

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Aug 15, 2022

In Go 1.19 the Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. https://go.dev/doc/go1.19#os-exec-path

@alexott alexott requested review from nfx and a team August 15, 2022 16:17
Copy link
Contributor

@nfx nfx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's great that tests are passing on go1.18

@nfx nfx enabled auto-merge (squash) August 17, 2022 09:37
In Go 1.19 the Command and LookPath no longer allow results from a PATH search to be found
relative to the current directory. https://go.dev/doc/go1.19#os-exec-path
@nfx nfx merged commit 26f2fbb into master Aug 17, 2022
@nfx nfx mentioned this pull request Aug 24, 2022
@nkvuong nkvuong deleted the fix-go-1.19-tests branch October 20, 2022 08:37
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this pull request Feb 15, 2023
In Go 1.19 the Command and LookPath no longer allow results from a PATH search to be found
relative to the current directory. https://go.dev/doc/go1.19#os-exec-path
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