Skip to content

fix(deps): migrate to Consul API v2 - #55

Merged
ncode merged 1 commit into
mainfrom
fix/consul-api-v2
Aug 10, 2026
Merged

fix(deps): migrate to Consul API v2#55
ncode merged 1 commit into
mainfrom
fix/consul-api-v2

Conversation

@ncode

@ncode ncode commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Summary

The migration targets v2.0.0, the valid published Go module version. Consul server v2.0.1 exists, but github.com/hashicorp/consul/api/v2 v2.0.1 is not a published Go module revision.

Validation

  • go test -race ./...
  • go vet ./...
  • go build -v ./...
  • go mod verify
  • git diff --check

The Docker-based integration suite could not run locally because access to Docker Hub is restricted by the environment. No test container was created.

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.09%. Comparing base (d482590) to head (7b5ac43).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   96.09%   96.09%           
=======================================
  Files          13       13           
  Lines         512      512           
=======================================
  Hits          492      492           
  Misses         14       14           
  Partials        6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ncode
ncode merged commit f5f5ba6 into main Aug 10, 2026
9 checks passed
@ncode
ncode deleted the fix/consul-api-v2 branch August 10, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant