Skip to content

Commit b1bc34c

Browse files
committed
Handle workspaces
1 parent 77f5bc6 commit b1bc34c

File tree

2 files changed

+10
-0
lines changed
  • provider-ci/internal/pkg/migrations/testdata/modules/vMajor

2 files changed

+10
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
go 1.23.3
2+
3+
use (
4+
./examples
5+
./provider
6+
./tests
7+
)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
go 1.23.3
2+
3+
use ./

0 commit comments

Comments
 (0)