Skip to content

Bump golang.org/x/sync from 0.19.0 to 0.20.0#79

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sync-0.20.0
Open

Bump golang.org/x/sync from 0.19.0 to 0.20.0#79
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sync-0.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps golang.org/x/sync from 0.19.0 to 0.20.0.

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff 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 [golang.org/x/sync](https://github.com/golang/sync) from 0.19.0 to 0.20.0.
- [Commits](golang/sync@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.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 13, 2026
@github-actions
Copy link
Copy Markdown

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2854	    424864 ns/op	   10024 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     298	   4064609 ns/op	   10021 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      27	  42155114 ns/op	   10619 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 425909338 ns/op	   12906 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2638	    454771 ns/op	   13317 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     252	   4716354 ns/op	  143371 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       6	 179191598 ns/op	44788022 B/op	      85 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	1967095123 ns/op	134269664 B/op	     102 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2743	    425299 ns/op	   39311 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     292	   4017413 ns/op	   39317 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      28	  41681166 ns/op	   39600 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 424815075 ns/op	   42202 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1188	   1000962 ns/op	 4203700 B/op	      61 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     121	  10019585 ns/op	33566530 B/op	      64 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       6	 190179691 ns/op	134267032 B/op	      78 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	1913662055 ns/op	134267216 B/op	      79 allocs/op
PASS
ok  	github.com/mazrean/formstream	30.809s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/5912818796/zip > /tmp/profile.zip
unzip /tmp/profile.zip -d profile
rm -rf /tmp/profile.zip
go tool pprof -http :6060 profile/cpu.out

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.74%. Comparing base (c9f9fb3) to head (b327080).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   51.74%   51.74%           
=======================================
  Files          12       12           
  Lines         431      431           
=======================================
  Hits          223      223           
  Misses        187      187           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 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.

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.

1 participant