Skip to content

build(deps): bump github.com/gin-gonic/gin from 1.11.0 to 1.12.0#830

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gin-gonic/gin-1.12.0
Open

build(deps): bump github.com/gin-gonic/gin from 1.11.0 to 1.12.0#830
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gin-gonic/gin-1.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps github.com/gin-gonic/gin from 1.11.0 to 1.12.0.

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.12.0

Changelog

Features

  • 192ac89eefc1c30f7c97ae48a9ffb1c6f1c8c8bc: feat(binding): add support for encoding.UnmarshalText in uri/query binding (#4203) (@​takanuva15)
  • 53410d2e07054369e0960fbe2eed97e1b9966f12: feat(context): add GetError and GetErrorSlice methods for error retrieval (#4502) (@​raju-mechatronics)
  • acc55e049e33b401e810dbd8c0d6dcb6b3ba2b05: feat(context): add Protocol Buffers support to content negotiation (#4423) (@​1911860538)
  • 38e765119241d990705169bedb5002a29ae0cbd1: feat(context): implemented Delete method (@​Spyder01)
  • 771dcc6476d7bc6abb9ec0235ecefa4d38fe6fb0: feat(gin): add option to use escaped path (#4420) (@​ldesauw)
  • 4dec17afdff48e8018c83618fbbe69fceeb2b41d: feat(logger): color latency (#4146) (@​wsyqn6)
  • d7776de7d444935ea4385999711bd6331a98fecb: feat(render): add bson protocol (#4145) (@​laurentcau)

Bug fixes

  • b917b14ff9d189f16a7492be79d123a47806ee19: fix(binding): empty value error (#2169) (@​guonaihong)
  • c3d1092b3b48addf6f9cd00fe274ec3bd14650eb: fix(binding): improve empty slice/array handling in form binding (#4380) (@​1911860538)
  • 9914178584e42458ff7d23891463a880f58c9d86: fix(context): ClientIP handling for multiple X-Forwarded-For header values (#4472) (@​Nurysso)
  • 2a794cd0b0faa7d829291375b27a3467ea972b0d: fix(debug): version mismatch (#4403) (@​zeek0x)
  • c3d5a28ed6d3849da820195b6774d212bcc038a9: fix(gin): close os.File in RunFd to prevent resource leak (#4422) (@​1911860538)
  • 5fad976b372e381312f8de69f0969f1284d229d3: fix(gin): literal colon routes not working with engine.Handler() (#4415) (@​pawannn)
  • 63dd3e60cab89c27fb66bce1423bd268d52abad1: fix(recover): suppress http.ErrAbortHandler in recover (#4336) (@​MondayCha)
  • 5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a: fix(render): write content length in Data.Render (#4206) (@​dengaleev)
  • 234a6d4c00cb77af9852aca0b8289745d5529b4b: fix(response): refine hijack behavior for response lifecycle (#4373) (@​appleboy)
  • 472d086af2acd924cb4b9d7be0525f7d790f69bc: fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#4535) (@​veeceey)
  • 8e07d37c63e5536eb25f4af4c91eabeee4011fba: fix: Correct typos, improve documentation clarity, and remove dead code (#4511) (@​mahanadh)

Enhancements

  • ba093d19477b896ac89a7fc3246af23d290b8e26: chore(binding): upgrade bson dependency to mongo-driver v2 (#4549) (@​BobDu)
  • b2b489dbf4826c2c630717a77fd5e42774625410: chore(context): always trust xff headers from unix socket (#3359) (@​WeidiDeng)
  • ecb3f7b5e2f3915bf1db240ed5eee572f8dbea36: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (#4449) (@​appleboy)
  • af6e8b70b8261bb0c99ad094fe552ab92991620a: chore(deps): upgrade quic-go to v0.57.1 (@​appleboy)
  • db309081bc5c137b2aa15701ef53f7f19788da25: chore(logger): allow skipping query string output (#4547) (@​USA-RedDragon)
  • 26c3a628655cad2388380cb8102d6ce7d4875f3b: chore(response): prevent Flush() panic when http.Flusher (#4479) (@​Twacqwq)
  • 5dd833f1f26de0eb30eae47b17e05ced2482dc41: chore: bump minimum Go version to 1.24 and update workflows (#4388) (@​appleboy)

Refactor

  • 39858a0859c914bd26948fa950477e11bd8d3823: refactor(binding): use maps.Copy for cleaner map handling (#4352) (@​russcoss)
  • c0048f645ee945c4db30593afdea10123e2c30a6: refactor(context): omit the return value names (#4395) (@​wanghaolong613)
  • 915e4c90d28ec4cffc6eb146e208ab5a65eac772: refactor(context): replace hardcoded localhost IPs with constants (#4481) (@​pauloappbr)
  • 414de60574449457f3192a7a1d5528940db2836d: refactor(context): using maps.Clone (#4333) (@​cuiweixie)
  • 59e9d4a794f12c4f9a6c7bed441b9644e5f6d99b: refactor(ginS): use sync.OnceValue to simplify engine function (#4314) (@​1911860538)
  • 3ab698dc5110af1977d57226e4995c57dd34c233: refactor(recovery): smart error comparison (#4142) (@​zeek0x)
  • d1a15347b1e45a8ee816193d3578a93bfd73b70f: refactor(utils): move util functions to utils.go (#4467) (@​zeek0x)
  • e3118cc378d263454098924ebbde7e8d1dd2e904: refactor: for loop can be modernized using range over int (#4392) (@​wanghaolong613)
  • 488f8c3ffa579a8d19beb2bae95ff8ef36b3d53f: refactor: replace magic numbers with named constants in bodyAllowedForStatus (#4529) (@​veeceey)
  • 9968c4bf9d5a99edc3eee2c068a4c9160ece8915: refactor: use b.Loop() to simplify the code and improve performance (#4389) (@​reddaisyy)
  • a85ef5ce4d0cda8834c59c855068ed48b51192d1: refactor: use b.Loop() to simplify the code and improve performance (#4432) (@​efcking)

Build process updates

  • 61b67de522a189b568aced4c5c16917c558e3387: ci(bot): increase frequency and group updates for dependencies (#4367) (@​appleboy)
  • fb27ef26c2fdfe25344b4c039d8a53551f9e912c: ci(lint): refactor test assertions and linter configuration (#4436) (@​appleboy)
  • 93ff771e6dbf10e432864b30f3719ac5c84a4d4a: ci(sec): improve type safety and server organization in HTTP middleware (#4437) (@​appleboy)
  • e88fc8927a52b74f55bec0351604a56ac0aa1c51: ci(sec): schedule Trivy security scans to run daily at midnight UTC (#4439) (@​appleboy)
  • 5e5ff3ace496a31b138b0820136a146bfb5de0ef: ci: replace vulnerability scanning workflow with Trivy integration (#4421) (@​appleboy)
  • 00900fb3e1ea9dde33985a0e4f6afec793d5e786: ci: update CI workflows and standardize Trivy config quotes (#4531) (@​appleboy)
  • ae3f524974fc4f55d18c9e7fae4614503c015226: ci: update Go version support to 1.25+ across CI and docs (#4550) (@​appleboy)

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.12.0

Features

  • feat(render): add bson protocol (#4145)
  • feat(context): add GetError and GetErrorSlice methods for error retrieval (#4502)
  • feat(binding): add support for encoding.UnmarshalText in uri/query binding (#4203)
  • feat(gin): add option to use escaped path (#4420)
  • feat(context): add Protocol Buffers support to content negotiation (#4423)
  • feat(context): implemented Delete method (#38e7651)
  • feat(logger): color latency (#4146)

Enhancements

  • perf(tree): reduce allocations in findCaseInsensitivePath (#4417)
  • perf(recovery): optimize line reading in stack function (#4466)
  • perf(path): replace regex with custom functions in redirectTrailingSlash (#4414)
  • perf(tree): optimize path parsing using strings.Count (#4246)
  • chore(logger): allow skipping query string output (#4547)
  • chore(context): always trust xff headers from unix socket (#3359)
  • chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement http.Flusher (#4479)
  • refactor(recovery): smart error comparison (#4142)
  • refactor(context): replace hardcoded localhost IPs with constants (#4481)
  • refactor(utils): move util functions to utils.go (#4467)
  • refactor(binding): use maps.Copy for cleaner map handling (#4352)
  • refactor(context): using maps.Clone (#4333)
  • refactor(ginS): use sync.OnceValue to simplify engine function (#4314)
  • refactor: replace magic numbers with named constants in bodyAllowedForStatus (#4529)
  • refactor: for loop can be modernized using range over int (#4392)

Bug Fixes

  • fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#4535)
  • fix(render): write content length in Data.Render (#4206)
  • fix(context): ClientIP handling for multiple X-Forwarded-For header values (#4472)
  • fix(binding): empty value error (#2169)
  • fix(recover): suppress http.ErrAbortHandler in recover (#4336)
  • fix(gin): literal colon routes not working with engine.Handler() (#4415)
  • fix(gin): close os.File in RunFd to prevent resource leak (#4422)
  • fix(response): refine hijack behavior for response lifecycle (#4373)
  • fix(binding): improve empty slice/array handling in form binding (#4380)
  • fix(debug): version mismatch (#4403)
  • fix: correct typos, improve documentation clarity, and remove dead code (#4511)

Build process updates / CI

  • ci: update Go version support to 1.25+ across CI and docs (#4550)
  • chore(binding): upgrade bson dependency to mongo-driver v2 (#4549)
Commits
  • 73726dc docs: update documentation to reflect Go version changes (#4552)
  • e292e5c docs: document and finalize Gin v1.12.0 release (#4551)
  • ae3f524 ci: update Go version support to 1.25+ across CI and docs (#4550)
  • 38534e2 chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#4548)
  • 472d086 fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#4535)
  • fb25834 test(context): use http.StatusContinue constant instead of magic number 100 (...
  • 6f1d5fe test(render): add comprehensive error handling tests (#4541)
  • 5c00df8 fix(render): write content length in Data.Render (#4206)
  • db30908 chore(logger): allow skipping query string output (#4547)
  • ba093d1 chore(binding): upgrade bson dependency to mongo-driver v2 (#4549)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2026
@dependabot dependabot bot requested a review from acouvreur as a code owner March 2, 2026 20:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 2, 2026

@github-actions
Copy link

github-actions bot commented Mar 2, 2026

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Diff between sablier and sablier                                                                         │
├──────────┬───────────────────────────────────────────────────────────────┬──────────┬──────────┬─────────┤
│ PERCENT  │ NAME                                                          │ OLD SIZE │ NEW SIZE │ DIFF    │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +100%    │ go.mongodb.org/mongo-driver/v2                                │          │ 634 kB   │ +634 kB │
│ +7.35%   │ crypto                                                        │ 1.7 MB   │ 1.8 MB   │ +125 kB │
│ +6.03%   │ runtime                                                       │ 898 kB   │ 953 kB   │ +54 kB  │
│ +100%    │ internal/strconv                                              │          │ 42 kB    │ +42 kB  │
│ +1.97%   │ go.podman.io/storage                                          │ 1.5 MB   │ 1.5 MB   │ +29 kB  │
│ +1.58%   │ net                                                           │ 1.6 MB   │ 1.6 MB   │ +25 kB  │
│ +7.90%   │ reflect                                                       │ 302 kB   │ 325 kB   │ +24 kB  │
│ +35.92%  │ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp │ 51 kB    │ 70 kB    │ +18 kB  │
│ +2.38%   │ <autogenerated>                                               │ 733 kB   │ 750 kB   │ +17 kB  │
│ +1.19%   │ go.podman.io/image/v5                                         │ 1.3 MB   │ 1.3 MB   │ +16 kB  │
│ +1.06%   │ github.com/quic-go/quic-go                                    │ 1.2 MB   │ 1.2 MB   │ +13 kB  │
│ +3.96%   │ github.com/gin-gonic/gin                                      │ 297 kB   │ 308 kB   │ +12 kB  │
│ +3.24%   │ slices                                                        │ 315 kB   │ 325 kB   │ +10 kB  │
│ +100%    │ expvar                                                        │          │ 10 kB    │ +10 kB  │
│ +7.19%   │ github.com/spf13/cast                                         │ 100 kB   │ 107 kB   │ +7.2 kB │
│ +2.30%   │ github.com/go-playground/validator/v10                        │ 310 kB   │ 318 kB   │ +7.1 kB │
│ +2.68%   │ github.com/go-jose/go-jose/v4                                 │ 254 kB   │ 260 kB   │ +6.8 kB │
│ +109.91% │ errors                                                        │ 5.5 kB   │ 12 kB    │ +6.0 kB │
│ +2.31%   │ go.yaml.in/yaml/v2                                            │ 258 kB   │ 264 kB   │ +6.0 kB │
│ +13.19%  │ github.com/docker/distribution                                │ 44 kB    │ 50 kB    │ +5.8 kB │
│ +1.68%   │ text/template                                                 │ 265 kB   │ 270 kB   │ +4.5 kB │
│ +100%    │ github.com/letsencrypt/boulder                                │          │ 4.0 kB   │ +4.0 kB │
│ +7.48%   │ github.com/containers/ocicrypt                                │ 51 kB    │ 55 kB    │ +3.8 kB │
│ +1.40%   │ github.com/fxamacker/cbor/v2                                  │ 263 kB   │ 267 kB   │ +3.7 kB │
│ +4.23%   │ github.com/cyphar/filepath-securejoin                         │ 81 kB    │ 85 kB    │ +3.4 kB │
│ +2.02%   │ sigs.k8s.io/json                                              │ 161 kB   │ 164 kB   │ +3.2 kB │
│ +1.22%   │ github.com/sablierapp/sablier                                 │ 216 kB   │ 219 kB   │ +2.6 kB │
│ +2.90%   │ github.com/smallstep/pkcs7                                    │ 86 kB    │ 88 kB    │ +2.5 kB │
│ +3.71%   │ github.com/containers/libtrust                                │ 58 kB    │ 60 kB    │ +2.2 kB │
│ +0.97%   │ github.com/pelletier/go-toml/v2                               │ 206 kB   │ 208 kB   │ +2.0 kB │
│ +0.29%   │ golang.org/x/crypto                                           │ 686 kB   │ 688 kB   │ +2.0 kB │
│ +1.53%   │ github.com/opencontainers/cgroups                             │ 121 kB   │ 123 kB   │ +1.9 kB │
│ +15.89%  │ internal/runtime/atomic                                       │ 12 kB    │ 13 kB    │ +1.8 kB │
│ +2.01%   │ github.com/containers/podman/v5                               │ 88 kB    │ 90 kB    │ +1.8 kB │
│ +100%    │ github.com/titanous/rocacheck                                 │          │ 1.7 kB   │ +1.7 kB │
│ +0.55%   │ go.yaml.in/yaml/v3                                            │ 298 kB   │ 300 kB   │ +1.6 kB │
│ +11.15%  │ internal/runtime/cgroup                                       │ 14 kB    │ 16 kB    │ +1.6 kB │
│ +0.54%   │ gopkg.in/yaml.v3                                              │ 293 kB   │ 294 kB   │ +1.6 kB │
│ +100%    │ internal/runtime/gc/scan                                      │          │ 1.5 kB   │ +1.5 kB │
│ +100%    │ internal/runtime/syscall/linux                                │          │ 1.5 kB   │ +1.5 kB │
│ +0.29%   │ github.com/klauspost/compress                                 │ 490 kB   │ 491 kB   │ +1.4 kB │
│ +1.12%   │ log                                                           │ 119 kB   │ 120 kB   │ +1.3 kB │
│ +2.35%   │ github.com/go-logr/logr                                       │ 52 kB    │ 53 kB    │ +1.2 kB │
│ +6.93%   │ github.com/stefanberger/go-pkcs11uri                          │ 18 kB    │ 19 kB    │ +1.2 kB │
│ +1.40%   │ github.com/go-viper/mapstructure/v2                           │ 84 kB    │ 85 kB    │ +1.2 kB │
│ +5.27%   │ github.com/sylabs/sif/v2                                      │ 22 kB    │ 23 kB    │ +1.2 kB │
│ +4.02%   │ github.com/tchap/go-patricia/v2                               │ 26 kB    │ 27 kB    │ +1.1 kB │
│ +0.64%   │ encoding/json                                                 │ 161 kB   │ 162 kB   │ +1.0 kB │
│ +2.46%   │ bytes                                                         │ 39 kB    │ 40 kB    │ +962 B  │
│ +2.92%   │ github.com/mistifyio/go-zfs/v3                                │ 31 kB    │ 32 kB    │ +907 B  │
│ +0.87%   │ fmt                                                           │ 98 kB    │ 99 kB    │ +856 B  │
│ +12.62%  │ internal/cpu                                                  │ 6.4 kB   │ 7.2 kB   │ +809 B  │
│ +3.14%   │ github.com/rivo/uniseg                                        │ 26 kB    │ 26 kB    │ +799 B  │
│ +6.70%   │ github.com/moby/sys/mountinfo                                 │ 11 kB    │ 12 kB    │ +733 B  │
│ +5.98%   │ github.com/docker/go-connections                              │ 12 kB    │ 13 kB    │ +722 B  │
│ +0.89%   │ go.podman.io/common                                           │ 80 kB    │ 81 kB    │ +714 B  │
│ +0.98%   │ vendor/golang.org/x/crypto/chacha20poly1305                   │ 70 kB    │ 70 kB    │ +685 B  │
│ +1.76%   │ github.com/lmittmann/tint                                     │ 34 kB    │ 34 kB    │ +591 B  │
│ +13.10%  │ github.com/docker/go-units                                    │ 3.8 kB   │ 4.3 kB   │ +498 B  │
│ +100%    │ go/scanner                                                    │          │ 441 B    │ +441 B  │
│ +0.55%   │ github.com/vbatts/tar-split                                   │ 76 kB    │ 76 kB    │ +420 B  │
│ +1.80%   │ dario.cat/mergo                                               │ 23 kB    │ 23 kB    │ +412 B  │
│ +0.90%   │ vendor/golang.org/x/text/unicode/norm                         │ 45 kB    │ 45 kB    │ +404 B  │
│ +0.84%   │ io                                                            │ 47 kB    │ 48 kB    │ +396 B  │
│ +15.06%  │ internal/stringslite                                          │ 2.6 kB   │ 3.0 kB   │ +393 B  │
│ +1.35%   │ vendor/golang.org/x/crypto/cryptobyte                         │ 25 kB    │ 26 kB    │ +343 B  │
│ +25.41%  │ testing                                                       │ 1.1 kB   │ 1.4 kB   │ +291 B  │
│ +0.54%   │ github.com/davecgh/go-spew                                    │ 52 kB    │ 52 kB    │ +279 B  │
│ +1.17%   │ github.com/google/go-intervals                                │ 21 kB    │ 21 kB    │ +241 B  │
│ +1.83%   │ encoding/csv                                                  │ 12 kB    │ 12 kB    │ +221 B  │
│ +0.22%   │ syscall                                                       │ 95 kB    │ 95 kB    │ +212 B  │
│ +51.83%  │ github.com/go-openapi/jsonpointer                             │ 382 B    │ 580 B    │ +198 B  │
│ +0.64%   │ github.com/samber/slog-gin                                    │ 30 kB    │ 30 kB    │ +193 B  │
│ +1.25%   │ github.com/go-logr/stdr                                       │ 15 kB    │ 15 kB    │ +187 B  │
│ +0.96%   │ github.com/moby/sys/capability                                │ 19 kB    │ 19 kB    │ +179 B  │
│ +2.03%   │ github.com/subosito/gotenv                                    │ 8.8 kB   │ 8.9 kB   │ +178 B  │
│ +1.26%   │ github.com/skeema/knownhosts                                  │ 14 kB    │ 14 kB    │ +171 B  │
│ +12.14%  │ github.com/mailru/easyjson                                    │ 1.3 kB   │ 1.5 kB   │ +160 B  │
│ +0.92%   │ github.com/pmezard/go-difflib                                 │ 16 kB    │ 16 kB    │ +148 B  │
│ +1.40%   │ compress/zlib                                                 │ 8.8 kB   │ 8.9 kB   │ +123 B  │
│ +0.51%   │ path                                                          │ 24 kB    │ 24 kB    │ +121 B  │
│ +1.40%   │ internal/fmtsort                                              │ 7.8 kB   │ 7.9 kB   │ +110 B  │
│ +1.26%   │ github.com/tniswong/go.rfcx                                   │ 8.5 kB   │ 8.6 kB   │ +107 B  │
│ +1.54%   │ github.com/moby/sys/user                                      │ 5.6 kB   │ 5.7 kB   │ +86 B   │
│ +9.56%   │ gopkg.in/evanphx/json-patch.v4                                │ 879 B    │ 963 B    │ +84 B   │
│ +0.49%   │ internal/bisect                                               │ 14 kB    │ 15 kB    │ +72 B   │
│ +1.16%   │ vendor/golang.org/x/sys/cpu                                   │ 6.1 kB   │ 6.2 kB   │ +71 B   │
│ +1.08%   │ github.com/opencontainers/runtime-tools                       │ 4.9 kB   │ 4.9 kB   │ +53 B   │
│ +2.52%   │ github.com/mattn/go-sqlite3                                   │ 2.1 kB   │ 2.2 kB   │ +53 B   │
│ +0.41%   │ vendor/golang.org/x/net/http/httpproxy                        │ 12 kB    │ 12 kB    │ +50 B   │
│ +1.13%   │ vendor/golang.org/x/net/http/httpguts                         │ 4.1 kB   │ 4.2 kB   │ +47 B   │
│ +1.12%   │ google.golang.org/genproto/googleapis/rpc                     │ 4.2 kB   │ 4.2 kB   │ +47 B   │
│ +0.17%   │ hash                                                          │ 25 kB    │ 25 kB    │ +43 B   │
│ +1.37%   │ vendor/golang.org/x/crypto/internal/poly1305                  │ 2.8 kB   │ 2.8 kB   │ +38 B   │
│ +0.16%   │ github.com/quic-go/qpack                                      │ 21 kB    │ 21 kB    │ +35 B   │
│ +3.76%   │ github.com/sigstore/sigstore                                  │ 905 B    │ 939 B    │ +34 B   │
│ +2.73%   │ github.com/go-playground/locales                              │ 1.1 kB   │ 1.1 kB   │ +29 B   │
│ +0.05%   │ vendor/golang.org/x/net/dns/dnsmessage                        │ 34 kB    │ 34 kB    │ +18 B   │
│ +0.76%   │ vendor/golang.org/x/text/secure/bidirule                      │ 2.1 kB   │ 2.1 kB   │ +16 B   │
│ +0.03%   │ internal/runtime/maps                                         │ 40 kB    │ 40 kB    │ +14 B   │
│ +2.82%   │ iter                                                          │ 248 B    │ 255 B    │ +7 B    │
│ +0.03%   │ github.com/morikuni/aec                                       │ 14 kB    │ 14 kB    │ +4 B    │
│ -0.00%   │ github.com/opencontainers/selinux                             │ 35 kB    │ 35 kB    │ -1 B    │
│ -0.67%   │ go/token                                                      │ 297 B    │ 295 B    │ -2 B    │
│ -1.51%   │ main                                                          │ 199 B    │ 196 B    │ -3 B    │
│ -0.01%   │ gopkg.in/inf.v0                                               │ 33 kB    │ 33 kB    │ -4 B    │
│ -0.22%   │ container/heap                                                │ 2.3 kB   │ 2.3 kB   │ -5 B    │
│ -1.09%   │ github.com/x448/float16                                       │ 736 B    │ 728 B    │ -8 B    │
│ -0.12%   │ github.com/mattn/go-runewidth                                 │ 6.8 kB   │ 6.8 kB   │ -8 B    │
│ -1.20%   │ internal/synctest                                             │ 834 B    │ 824 B    │ -10 B   │
│ -0.13%   │ container/list                                                │ 7.6 kB   │ 7.6 kB   │ -10 B   │
│ -0.02%   │ golang.org/x/sys                                              │ 76 kB    │ 76 kB    │ -12 B   │
│ -0.20%   │ vendor/golang.org/x/crypto/chacha20                           │ 7.4 kB   │ 7.4 kB   │ -15 B   │
│ -0.13%   │ text/tabwriter                                                │ 13 kB    │ 13 kB    │ -17 B   │
│ -0.63%   │ internal/syscall/unix                                         │ 4.1 kB   │ 4.1 kB   │ -26 B   │
│ -1.21%   │ golang.org/x/sync                                             │ 2.2 kB   │ 2.2 kB   │ -27 B   │
│ -0.79%   │ internal/sysinfo                                              │ 4.2 kB   │ 4.1 kB   │ -33 B   │
│ -0.99%   │ golang.org/x/term                                             │ 3.5 kB   │ 3.5 kB   │ -35 B   │
│ -0.14%   │ github.com/klauspost/pgzip                                    │ 30 kB    │ 30 kB    │ -42 B   │
│ -2.28%   │ internal/testlog                                              │ 1.8 kB   │ 1.8 kB   │ -42 B   │
│ -0.79%   │ weak                                                          │ 6.9 kB   │ 6.8 kB   │ -54 B   │
│ -1.65%   │ internal/chacha8rand                                          │ 4.4 kB   │ 4.4 kB   │ -73 B   │
│ -2.23%   │ github.com/moby/sys/userns                                    │ 3.4 kB   │ 3.3 kB   │ -76 B   │
│ -1.74%   │ text/scanner                                                  │ 4.6 kB   │ 4.5 kB   │ -80 B   │
│ -0.25%   │ github.com/golang/protobuf                                    │ 33 kB    │ 33 kB    │ -83 B   │
│ -2.92%   │ golang.org/x/oauth2                                           │ 3.0 kB   │ 2.9 kB   │ -88 B   │
│ -2.03%   │ encoding/hex                                                  │ 4.7 kB   │ 4.6 kB   │ -96 B   │
│ -1.33%   │ github.com/docker/docker-credential-helpers                   │ 7.3 kB   │ 7.2 kB   │ -97 B   │
│ -1.84%   │ internal/filepathlite                                         │ 5.4 kB   │ 5.3 kB   │ -99 B   │
│ -0.81%   │ compress/gzip                                                 │ 13 kB    │ 13 kB    │ -104 B  │
│ -7.70%   │ internal/lazyregexp                                           │ 1.4 kB   │ 1.2 kB   │ -104 B  │
│ -1.13%   │ internal/godebug                                              │ 9.6 kB   │ 9.5 kB   │ -108 B  │
│ -0.50%   │ vendor/golang.org/x/net/idna                                  │ 22 kB    │ 22 kB    │ -110 B  │
│ -1.97%   │ github.com/modern-go/concurrent                               │ 6.2 kB   │ 6.1 kB   │ -123 B  │
│ -1.91%   │ github.com/sagikazarmark/locafero                             │ 7.0 kB   │ 6.9 kB   │ -134 B  │
│ -8.19%   │ database/sql                                                  │ 1.7 kB   │ 1.5 kB   │ -136 B  │
│ -7.35%   │ internal/runtime/exithook                                     │ 1.9 kB   │ 1.7 kB   │ -138 B  │
│ -0.97%   │ golang.org/x/time                                             │ 17 kB    │ 16 kB    │ -161 B  │
│ -1.65%   │ github.com/go-openapi/swag                                    │ 10 kB    │ 9.8 kB   │ -164 B  │
│ -0.71%   │ sigs.k8s.io/yaml                                              │ 24 kB    │ 24 kB    │ -173 B  │
│ -4.10%   │ internal/singleflight                                         │ 4.5 kB   │ 4.3 kB   │ -184 B  │
│ -0.22%   │ github.com/coreos/go-systemd/v22                              │ 84 kB    │ 84 kB    │ -186 B  │
│ -0.70%   │ unicode                                                       │ 27 kB    │ 27 kB    │ -190 B  │
│ -3.12%   │ internal/bytealg                                              │ 6.3 kB   │ 6.1 kB   │ -196 B  │
│ -4.24%   │ encoding/pem                                                  │ 4.8 kB   │ 4.6 kB   │ -203 B  │
│ -0.26%   │ archive/tar                                                   │ 80 kB    │ 80 kB    │ -208 B  │
│ -2.70%   │ encoding/base32                                               │ 7.9 kB   │ 7.7 kB   │ -213 B  │
│ -0.71%   │ vendor/golang.org/x/net/http2/hpack                           │ 32 kB    │ 32 kB    │ -227 B  │
│ -8.17%   │ vendor/golang.org/x/text/unicode/bidi                         │ 2.8 kB   │ 2.6 kB   │ -228 B  │
│ -0.75%   │ github.com/blang/semver/v4                                    │ 36 kB    │ 36 kB    │ -269 B  │
│ -0.68%   │ flag                                                          │ 42 kB    │ 41 kB    │ -284 B  │
│ -2.10%   │ compress/bzip2                                                │ 14 kB    │ 13 kB    │ -287 B  │
│ -1.35%   │ github.com/opencontainers/go-digest                           │ 22 kB    │ 21 kB    │ -291 B  │
│ -0.13%   │ github.com/spf13/cobra                                        │ 229 kB   │ 229 kB   │ -296 B  │
│ -2.40%   │ unique                                                        │ 15 kB    │ 15 kB    │ -360 B  │
│ -2.10%   │ github.com/pkg/errors                                         │ 18 kB    │ 17 kB    │ -371 B  │
│ -1.91%   │ github.com/google/uuid                                        │ 22 kB    │ 21 kB    │ -412 B  │
│ -2.21%   │ encoding/base64                                               │ 19 kB    │ 19 kB    │ -420 B  │
│ -100%    │ internal/runtime/strconv                                      │ 432 B    │          │ -432 B  │
│ -0.72%   │ github.com/kevinburke/ssh_config                              │ 64 kB    │ 64 kB    │ -463 B  │
│ -4.38%   │ embed                                                         │ 11 kB    │ 11 kB    │ -490 B  │
│ -0.61%   │ image                                                         │ 81 kB    │ 80 kB    │ -495 B  │
│ -1.78%   │ k8s.io/utils                                                  │ 29 kB    │ 28 kB    │ -511 B  │
│ -2.66%   │ github.com/spf13/afero                                        │ 20 kB    │ 20 kB    │ -539 B  │
│ -6.23%   │ github.com/gin-contrib/sse                                    │ 9.4 kB   │ 8.8 kB   │ -583 B  │
│ -0.54%   │ google.golang.org/genproto/googleapis/api                     │ 110 kB   │ 110 kB   │ -595 B  │
│ -9.98%   │ github.com/munnerz/goautoneg                                  │ 6.2 kB   │ 5.6 kB   │ -622 B  │
│ -1.03%   │ compress/flate                                                │ 65 kB    │ 64 kB    │ -668 B  │
│ -2.38%   │ sort                                                          │ 29 kB    │ 28 kB    │ -681 B  │
│ -1.32%   │ strings                                                       │ 54 kB    │ 54 kB    │ -718 B  │
│ -100%    │ internal/itoa                                                 │ 733 B    │          │ -733 B  │
│ -2.13%   │ bufio                                                         │ 37 kB    │ 36 kB    │ -793 B  │
│ -0.51%   │ github.com/ulikunitz/xz                                       │ 161 kB   │ 160 kB   │ -815 B  │
│ -0.74%   │ github.com/emicklei/go-restful/v3                             │ 118 kB   │ 117 kB   │ -869 B  │
│ -1.93%   │ github.com/sigstore/protobuf-specs                            │ 46 kB    │ 45 kB    │ -885 B  │
│ -2.59%   │ github.com/sourcegraph/conc                                   │ 37 kB    │ 36 kB    │ -965 B  │
│ -2.82%   │ sigs.k8s.io/randfill                                          │ 35 kB    │ 34 kB    │ -987 B  │
│ -2.46%   │ encoding/binary                                               │ 41 kB    │ 40 kB    │ -1.0 kB │
│ -0.90%   │ k8s.io/klog/v2                                                │ 113 kB   │ 112 kB   │ -1.0 kB │
│ -1.35%   │ sync                                                          │ 80 kB    │ 79 kB    │ -1.1 kB │
│ -1.34%   │ github.com/vbauerster/mpb/v8                                  │ 91 kB    │ 89 kB    │ -1.2 kB │
│ -1.92%   │ encoding/asn1                                                 │ 69 kB    │ 67 kB    │ -1.3 kB │
│ -1.63%   │ github.com/sirupsen/logrus                                    │ 82 kB    │ 80 kB    │ -1.3 kB │
│ -3.69%   │ github.com/distribution/reference                             │ 37 kB    │ 36 kB    │ -1.4 kB │
│ -100%    │ internal/runtime/syscall                                      │ 1.4 kB   │          │ -1.4 kB │
│ -1.76%   │ go.opentelemetry.io/auto/sdk                                  │ 82 kB    │ 81 kB    │ -1.4 kB │
│ -5.21%   │ github.com/containerd/errdefs                                 │ 30 kB    │ 29 kB    │ -1.6 kB │
│ -0.93%   │ regexp                                                        │ 177 kB   │ 176 kB   │ -1.7 kB │
│ -3.34%   │ internal/reflectlite                                          │ 50 kB    │ 48 kB    │ -1.7 kB │
│ -2.99%   │ internal/sync                                                 │ 57 kB    │ 56 kB    │ -1.7 kB │
│ -2.33%   │ mime                                                          │ 76 kB    │ 74 kB    │ -1.8 kB │
│ -4.05%   │ context                                                       │ 44 kB    │ 42 kB    │ -1.8 kB │
│ -2.88%   │ github.com/spf13/viper                                        │ 66 kB    │ 64 kB    │ -1.9 kB │
│ -1.22%   │ github.com/BurntSushi/toml                                    │ 158 kB   │ 156 kB   │ -1.9 kB │
│ -2.24%   │ internal/poll                                                 │ 93 kB    │ 91 kB    │ -2.1 kB │
│ -0.51%   │ k8s.io/kube-openapi                                           │ 448 kB   │ 445 kB   │ -2.3 kB │
│ -1.78%   │ github.com/modern-go/reflect2                                 │ 136 kB   │ 134 kB   │ -2.4 kB │
│ -0.84%   │ math                                                          │ 295 kB   │ 293 kB   │ -2.5 kB │
│ -4.62%   │ github.com/leodido/go-urn                                     │ 56 kB    │ 53 kB    │ -2.6 kB │
│ -0.76%   │ github.com/docker/docker                                      │ 392 kB   │ 390 kB   │ -3.0 kB │
│ -2.10%   │ golang.org/x/text                                             │ 154 kB   │ 150 kB   │ -3.2 kB │
│ -2.30%   │ time                                                          │ 155 kB   │ 152 kB   │ -3.6 kB │
│ -1.97%   │ os                                                            │ 208 kB   │ 204 kB   │ -4.1 kB │
│ -1.39%   │ github.com/godbus/dbus/v5                                     │ 329 kB   │ 325 kB   │ -4.6 kB │
│ -4.09%   │ encoding/xml                                                  │ 121 kB   │ 116 kB   │ -5.0 kB │
│ -1.78%   │ github.com/spf13/pflag                                        │ 282 kB   │ 277 kB   │ -5.0 kB │
│ -7.85%   │ internal/abi                                                  │ 71 kB    │ 65 kB    │ -5.6 kB │
│ -2.15%   │ sigs.k8s.io/structured-merge-diff/v6                          │ 263 kB   │ 257 kB   │ -5.7 kB │
│ -0.45%   │ k8s.io/apimachinery                                           │ 1.6 MB   │ 1.6 MB   │ -7.2 kB │
│ -5.22%   │ html                                                          │ 139 kB   │ 132 kB   │ -7.3 kB │
│ -2.97%   │ github.com/google/go-cmp                                      │ 289 kB   │ 281 kB   │ -8.6 kB │
│ -2.18%   │ github.com/json-iterator/go                                   │ 421 kB   │ 412 kB   │ -9.2 kB │
│ -1.00%   │ google.golang.org/grpc                                        │ 1.1 MB   │ 1.0 MB   │ -10 kB  │
│ -1.57%   │ github.com/goccy/go-yaml                                      │ 670 kB   │ 660 kB   │ -10 kB  │
│ -1.96%   │ golang.org/x/net                                              │ 833 kB   │ 817 kB   │ -16 kB  │
│ -1.26%   │ google.golang.org/protobuf                                    │ 1.7 MB   │ 1.7 MB   │ -22 kB  │
│ -16.40%  │ github.com/gabriel-vasile/mimetype                            │ 218 kB   │ 182 kB   │ -36 kB  │
│ -71.79%  │ strconv                                                       │ 60 kB    │ 17 kB    │ -43 kB  │
│ -11.76%  │ go.opentelemetry.io/otel                                      │ 374 kB   │ 330 kB   │ -44 kB  │
│ -3.61%   │ github.com/google/gnostic-models                              │ 1.5 MB   │ 1.5 MB   │ -55 kB  │
│ -0.45%   │ k8s.io/api                                                    │ 16 MB    │ 16 MB    │ -71 kB  │
│ -1.27%   │ k8s.io/client-go                                              │ 13 MB    │ 13 MB    │ -164 kB │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +2.31%   │ .data                                                         │ 257 kB   │ 263 kB   │ +5.9 kB │
│ +1.44%   │ .typelink                                                     │ 109 kB   │ 111 kB   │ +1.6 kB │
│ +0.16%   │ .noptrdata                                                    │ 826 kB   │ 827 kB   │ +1.3 kB │
│ +2.70%   │ .itablink                                                     │ 28 kB    │ 28 kB    │ +744 B  │
│ +100%    │ .go.module                                                    │          │ 592 B    │ +592 B  │
│ +2.49%   │ .go.buildinfo                                                 │ 14 kB    │ 14 kB    │ +352 B  │
│ -11.96%  │ .shstrtab                                                     │ 184 B    │ 162 B    │ -22 B   │
│ -21.51%  │ .rodata                                                       │ 12 MB    │ 9.3 MB   │ -2.6 MB │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +1.88%   │ sablier                                                       │ 65 MB    │ 66 MB    │ +1.2 MB │
│          │ sablier                                                       │          │          │         │
└──────────┴───────────────────────────────────────────────────────────────┴──────────┴──────────┴─────────┘

@github-actions
Copy link

github-actions bot commented Mar 2, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
183 2 181 0
View the top 2 failed tests by shortest run time
TestPodmanProvider_Stop/container_stop_as_expected
Stack Traces | 0.210s run time
Failed
TestPodmanProvider_Stop
Stack Traces | 8.520s run time
Failed

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@codecov
Copy link

codecov bot commented Mar 2, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
183 2 181 0
View the top 2 failed test(s) by shortest run time
github.com/sablierapp/sablier/pkg/provider/podman::TestPodmanProvider_Stop/container_stop_as_expected
Stack Traces | 0.21s run time
Failed
github.com/sablierapp/sablier/pkg/provider/podman::TestPodmanProvider_Stop
Stack Traces | 8.52s run time
Failed

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants