Skip to content
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
matthewmcneely/update-go-mod
Apr 29, 2025
Merged

chore: update deps and workflow actions#88
matthewmcneely merged 4 commits intomainfrom
matthewmcneely/update-go-mod

Conversation

@matthewmcneely
Copy link
Contributor

Description

  • Updated go.mod to resolve vulnerabilities
  • Updated workflow action to include new API tests

Checklist

  • Code compiles correctly and linting passes locally

@matthewmcneely matthewmcneely requested review from a team and Copilot April 29, 2025 17:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) {

@matthewmcneely matthewmcneely enabled auto-merge (squash) April 29, 2025 17:46
@matthewmcneely matthewmcneely merged commit 20fd6d1 into main Apr 29, 2025
7 checks passed
@matthewmcneely matthewmcneely deleted the matthewmcneely/update-go-mod branch April 29, 2025 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants