Skip to content

Commit

Permalink
chore: update go version to 1.22 and update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Wernette <[email protected]>
  • Loading branch information
werne2j committed Sep 30, 2024
1 parent a79d018 commit 0a72375
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 885 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please make sure that your PR fulfills the following requirements:
- [ ] Reviewed the guidelines for contributing to this repository
- [ ] The commit message follows the [Conventional Commits Guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary).
- [ ] Tests for the changes have been updated
- [ ] Are you adding dependencies? If so, please run `go mod tidy -compat=1.21` to ensure only the minimum is pulled in.
- [ ] Are you adding dependencies? If so, please run `go mod tidy -compat=1.22` to ensure only the minimum is pulled in.
- [ ] Docs have been added / updated
- [ ] Optional. My organization is added to USERS.md.

Expand Down
Loading

0 comments on commit 0a72375

Please sign in to comment.