Skip to content

deps(go): bump github.com/gin-contrib/gzip from 1.2.5 to 1.2.6#625

Merged
kamilon merged 1 commit into
mainfrom
dependabot/go_modules/github.com/gin-contrib/gzip-1.2.6
Apr 22, 2026
Merged

deps(go): bump github.com/gin-contrib/gzip from 1.2.5 to 1.2.6#625
kamilon merged 1 commit into
mainfrom
dependabot/go_modules/github.com/gin-contrib/gzip-1.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gin-contrib/gzip from 1.2.5 to 1.2.6.

Release notes

Sourced from github.com/gin-contrib/gzip's releases.

v1.2.6

Changelog

Enhancements

  • 873bbb87a1c990c0f69ea4dabd326d1ad6c03d21: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@​appleboy)
  • ade6e24981a3a4ac83be83a85fd99bf6b31b26ad: chore: update indirect dependencies to latest minor versions (@​appleboy)
  • fb05b2a26e70821f05c69803ab8dae4d102fd29f: chore: remove bearer.yml workflow (@​appleboy)
  • 941d83dfeafcdaba9a1d26c152a86d1b366679bb: chore(deps): bump actions/checkout from 4 to 6 (@​appleboy)
  • 992c35ffb760a55d5e601f98902ec68b58552f84: chore(deps): upgrade quic-go to v0.57.1 (@​appleboy)
  • 728cc3182b0ff8af682dd258f3c34c979339b751: chore(ci): update golangci-lint to v2.6 (@​appleboy)
  • 7dab3cb735aaacec7850dc25de4eca1098da9ac5: chore: add WithMinLength option to control when responses are gzipped (#106) (@​takanuva15)
  • 1984bfcb47d9c3e8dc2034927c56dfaf37f81694: chore(deps): bump actions/cache from 4 to 5 (@​appleboy)
  • 4fdf19e58dc3f5bc100e706f4ad3b7db6eadbb6d: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@​appleboy)
  • c65ba869ead4672aa966cb4816e4f88b80d0276c: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@​appleboy)
  • 68f826a9928f328d594ac9b7d474a5419b6313bb: chore(deps): upgrade golang.org/x/text to v0.35.0 (@​appleboy)

Build process updates

  • 4c6db595c784917fae51be3b8c7299cd94c14180: ci: integrate Trivy security scanning workflow and badge (@​appleboy)
  • 68ed7ff60d0e1d4b665fab04c5fc8eb570e6ce15: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@​appleboy)

Others

  • db4e3d02da14db28c2f17a4d2f787a975747e4cb: Add Go 1.26 to GitHub Actions test matrix (@​appleboy)
  • 05b2770e8ccf257f32f5480f4de64e5e05e91b19: Update golangci-lint version to v2.9 (@​appleboy)
Commits
  • 68f826a chore(deps): upgrade golang.org/x/text to v0.35.0
  • 68ed7ff ci(workflow): bump goreleaser/goreleaser-action from v6 to v7
  • c65ba86 chore(deps): upgrade gin to v1.12.0 and update CI Go versions
  • 4fdf19e chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0
  • 05b2770 Update golangci-lint version to v2.9
  • db4e3d0 Add Go 1.26 to GitHub Actions test matrix
  • 1984bfc chore(deps): bump actions/cache from 4 to 5
  • 7dab3cb chore: add WithMinLength option to control when responses are gzipped (#106)
  • 728cc31 chore(ci): update golangci-lint to v2.6
  • 992c35f chore(deps): upgrade quic-go to v0.57.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2026
@codecov

codecov Bot commented Mar 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.42%. Comparing base (5ae2101) to head (070b022).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #625   +/-   ##
=======================================
  Coverage   78.42%   78.42%           
=======================================
  Files          22       22           
  Lines        3690     3690           
=======================================
  Hits         2894     2894           
  Misses        658      658           
  Partials      138      138           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/gin-contrib/gzip-1.2.6 branch 2 times, most recently from 09629be to aaac58a Compare April 22, 2026 04:43
@kamilon

kamilon commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/gin-contrib/gzip/releases)
- [Commits](gin-contrib/gzip@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/gzip
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/gin-contrib/gzip-1.2.6 branch from aaac58a to 070b022 Compare April 22, 2026 04:52
@sonarqubecloud

Copy link
Copy Markdown

@kamilon kamilon merged commit 43a75fd into main Apr 22, 2026
7 checks passed
@kamilon kamilon deleted the dependabot/go_modules/github.com/gin-contrib/gzip-1.2.6 branch April 22, 2026 05:01
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

Development

Successfully merging this pull request may close these issues.

1 participant