Skip to content

Commit

Permalink
fix: integrated docs (#431)
Browse files Browse the repository at this point in the history
## Description
In order for go modules to pull our docs directories into the `uds` repo
and use the tagged release version of uds-core the go.mod file needs to
be at the base level of the repo.



## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
UnicornChance and mjnagel committed May 24, 2024
1 parent 671beef commit 003ae6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/go.mod

This file was deleted.

3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/defenseunicorns/uds-core

go 1.20

0 comments on commit 003ae6a

Please sign in to comment.