Skip to content

Bump reviewdog/action-golangci-lint from 2.8 to 2.10#81

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/reviewdog/action-golangci-lint-2.10
Open

Bump reviewdog/action-golangci-lint from 2.8 to 2.10#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/reviewdog/action-golangci-lint-2.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps reviewdog/action-golangci-lint from 2.8 to 2.10.

Release notes

Sourced from reviewdog/action-golangci-lint's releases.

Release v2.10.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-golangci-lint@v2.9.0...v2.10.0

v2.9.0

What's Changed

... (truncated)

Commits
  • c76ccea Merge pull request #829 from reviewdog/renovate/github-codeql-action-4.x
  • 6381f98 chore(deps): update github/codeql-action action to v4
  • 89de6bb Merge pull request #828 from reviewdog/renovate/actions-setup-node-6.x
  • 0c74698 chore(deps): update actions/setup-node action to v6
  • d0c4e9d Merge pull request #836 from reviewdog/renovate/node-24.x
  • c2a63d6 chore(deps): update node.js to v24.14.0
  • 3943b33 Merge pull request #835 from reviewdog/introduce-bundle-script
  • 575ba31 update dependencies
  • a69b2ad bump lockfileVersion to 3
  • 2a19ff6 install rimraf
  • 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 [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.8 to 2.10.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](reviewdog/action-golangci-lint@v2.8...v2.10)

---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
  dependency-version: '2.10'
  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 github_actions Pull requests that update GitHub Actions code labels Mar 20, 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 	    2691	    421645 ns/op	   10011 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     307	   3919122 ns/op	   10081 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      27	  41660352 ns/op	   10315 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 426033006 ns/op	   12906 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2605	    450293 ns/op	   11747 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     274	   4306354 ns/op	  132642 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       6	 176011536 ns/op	22416934 B/op	      81 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	1919356654 ns/op	134269664 B/op	     102 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2620	    449158 ns/op	   39303 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     303	   3892345 ns/op	   39316 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      27	  41492831 ns/op	   39915 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 427833427 ns/op	   48357 B/op	      34 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1159	   1109592 ns/op	 4204222 B/op	      63 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     100	  10031533 ns/op	33566623 B/op	      66 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       6	 188526254 ns/op	134264320 B/op	      79 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	1908931419 ns/op	134283624 B/op	      83 allocs/op
PASS
ok  	github.com/mazrean/formstream	29.453s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/6027813194/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 (91c5201).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant