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

Change Go's import path to a dynamic specific path with version #2330

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Aug 21, 2024

This change provides 2 benefits:

  1. It prevents a static SDK from conflicting with a dynamic SDK.
  2. It correctly includes the major version of the generated SDK in the path.

@iwahbe iwahbe requested a review from a team August 21, 2024 11:15
@iwahbe iwahbe self-assigned this Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.99%. Comparing base (c364b35) to head (950a85a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2330      +/-   ##
==========================================
- Coverage   56.99%   56.99%   -0.01%     
==========================================
  Files         366      366              
  Lines       50096    50096              
==========================================
- Hits        28554    28552       -2     
- Misses      19975    19976       +1     
- Partials     1567     1568       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iwahbe iwahbe force-pushed the iwahbe/correctly-set-version branch from 0a3854e to b00c760 Compare August 21, 2024 11:32
@iwahbe iwahbe enabled auto-merge (squash) August 21, 2024 11:33
@iwahbe iwahbe disabled auto-merge August 21, 2024 11:42
This change provides 2 benefits:

1. It prevents a static SDK from conflicting with a dynamic SDK.
2. It correctly includes the major version of the generated SDK in the path.
@iwahbe iwahbe force-pushed the iwahbe/correctly-set-version branch from b00c760 to 950a85a Compare August 21, 2024 11:44
@iwahbe iwahbe enabled auto-merge (squash) August 21, 2024 11:44
@iwahbe iwahbe merged commit 0ce59e6 into master Aug 21, 2024
11 checks passed
@iwahbe iwahbe deleted the iwahbe/correctly-set-version branch August 21, 2024 12:02
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.90.0.

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.

None yet

4 participants