Skip to content

Commit 4dbd41e

Browse files
committed
Remove go.work file from committed setup.
Reason: the `upgrade-provider` tool updates `provider/go.mod` but doesn't update the `go.work` file. Without `go work use` command, these go out of sync resulting in a build failure. User should create a local file manually if it is needed by e.g. VSCode
1 parent 7b0bc91 commit 4dbd41e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ provider/**/schema-embed.json
2323
**/dist
2424
server
2525

26-
go.work.sum
26+
go.work*

go.work

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)