From dcab68cebd5688f9a46755dfd005eb1c32b1bc0a Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Mon, 3 Feb 2025 21:48:46 +0100 Subject: [PATCH] fix: fix the go workspace version matching --- __snapshots__/go-workspace.js | 8 ++++---- test/fixtures/plugins/go-workspace/packages/goC/go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__snapshots__/go-workspace.js b/__snapshots__/go-workspace.js index 1759b6a61..aa3e0a02e 100644 --- a/__snapshots__/go-workspace.js +++ b/__snapshots__/go-workspace.js @@ -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
example.com/packages/goE: 3.3.4 @@ -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
--- @@ -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
example.com/packages/goD: 4.4.5 @@ -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
example.com/packages/goD: 4.4.5 diff --git a/test/fixtures/plugins/go-workspace/packages/goC/go.mod b/test/fixtures/plugins/go-workspace/packages/goC/go.mod index 933ebbaf0..426422745 100644 --- a/test/fixtures/plugins/go-workspace/packages/goC/go.mod +++ b/test/fixtures/plugins/go-workspace/packages/goC/go.mod @@ -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 )