This repository was archived by the owner on Sep 5, 2025. It is now read-only.
chore: update deps and workflow actions#88
Merged
matthewmcneely merged 4 commits intomainfrom Apr 29, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies to resolve vulnerabilities and adjusts workflow actions to include new API tests.
- Updated go.mod dependencies and workflow actions.
- Added a call to reset the singleton state in tests and introduced a helper function ResetSingleton.
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| util_test.go | Added mg.ResetSingleton() to reset singleton state. |
| unit_test/conn_test.go | Renamed test function and replaced print statements with require checks. |
| engine.go | Updated error messaging and added ResetSingleton helper function for testing. |
| .github/workflows/ci-go-unit-tests.yaml | Modified go test command to include additional API tests. |
Files not reviewed (1)
- go.mod: Language not supported
Comments suppressed due to low confidence (1)
unit_test/conn_test.go:28
- [nitpick] The test function name 'TestRDF' is ambiguous; consider renaming it to better reflect its purpose, similar to the previous more descriptive name.
func TestRDF(t *testing.T) {
ryanfoxtyler
approved these changes
Apr 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist