Skip to content

Commit

Permalink
fix: fix the go workspace version matching
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Feb 3, 2025
1 parent 23cddad commit dcab68c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions __snapshots__/go-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Release notes for path: packages/goA, releaseType: go
### Dependencies
* The following workspace dependencies were updated
* example.com/packages/goB/v2 bumped from 2.2.2 to 2.2.3
* example.com/packages/goB/v2 bumped from 2.2.2-0.20250203122516-4c838e530ecb to 2.2.3
</details>
<details><summary>example.com/packages/goE: 3.3.4</summary>
Expand Down Expand Up @@ -66,7 +66,7 @@ Release notes for path: packages/goB, releaseType: go
### Dependencies
* The following workspace dependencies were updated
* example.com/packages/goB/v2 bumped from 2.2.2 to 2.3.0
* example.com/packages/goB/v2 bumped from 2.2.2-0.20250203122516-4c838e530ecb to 2.3.0
</details>
---
Expand Down Expand Up @@ -96,7 +96,7 @@ Release notes for path: packages/goA, releaseType: go
### Dependencies
* The following workspace dependencies were updated
* example.com/packages/goB/v2 bumped from 2.2.2 to 2.2.3
* example.com/packages/goB/v2 bumped from 2.2.2-0.20250203122516-4c838e530ecb to 2.2.3
</details>
<details><summary>example.com/packages/goD: 4.4.5</summary>
Expand Down Expand Up @@ -139,7 +139,7 @@ Release notes for path: packages/goA, releaseType: go
### Dependencies
* The following workspace dependencies were updated
* example.com/packages/goB/v2 bumped from 2.2.2 to 2.2.3
* example.com/packages/goB/v2 bumped from 2.2.2-0.20250203122516-4c838e530ecb to 2.2.3
</details>
<details><summary>example.com/packages/goD: 4.4.5</summary>
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/plugins/go-workspace/packages/goC/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module example.com/packages/goC
go 1.23.0

require (
example.com/packages/goB/v2 v2.2.2
example.com/packages/goB/v2 v2.2.2-0.20250203122516-4c838e530ecb // indirect
)

0 comments on commit dcab68c

Please sign in to comment.