dependabot(gomod): bump github.com/kurtosis-tech/kurtosis/api/golang from 1.3.0 to 1.3.1
Bumps github.com/kurtosis-tech/kurtosis/api/golang from 1.3.0 to 1.3.1.
Release notes
Sourced from github.com/kurtosis-tech/kurtosis/api/golang's releases.
v1.3.1
1.3.1 (2024-10-15)
Bug Fixes
Changelog
Sourced from github.com/kurtosis-tech/kurtosis/api/golang's changelog.
1.3.1 (2024-10-15)
Bug Fixes
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.86%. Comparing base (
a0aa656) to head (0eb02b9). Report is 3 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #12468 +/- ##
===========================================
- Coverage 65.04% 64.86% -0.18%
===========================================
Files 54 54
Lines 4460 4460
===========================================
- Hits 2901 2893 -8
- Misses 1382 1391 +9
+ Partials 177 176 -1
| Flag | Coverage Δ | |
|---|---|---|
| cannon-go-tests | 64.86% <ø> (-0.18%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Looks like a test flake:
=== RUN TestApplyExistingOPCM
anvil.go:102: DEBUG[10-18|08:18:56.158] [ANVIL] Error: Address already in use (os error 98)
anvil.go:102: DEBUG[10-18|08:18:56.158] [ANVIL]
anvil.go:102: DEBUG[10-18|08:18:56.158] [ANVIL] Location:
anvil.go:102: DEBUG[10-18|08:18:56.158] [ANVIL] /home/runner/work/foundry/foundry/crates/anvil/src/cmd.rs:321:33
apply_test.go:343:
Error Trace: /var/opt/circleci/data/workdir/op-deployer/pkg/deployer/integration_test/apply_test.go:343
Error: Received unexpected error:
context deadline exceeded
Test: TestApplyExistingOPCM
--- FAIL: TestApplyExistingOPCM (300.00s)
@dependabot rebase