Skip to content

chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.0 to 4.1.4 in the go_modules group across 1 directory#41

Merged
matt-FFFFFF merged 2 commits into
mainfrom
dependabot/go_modules/go_modules-a978bc362c
Apr 7, 2026
Merged

chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.0 to 4.1.4 in the go_modules group across 1 directory#41
matt-FFFFFF merged 2 commits into
mainfrom
dependabot/go_modules/go_modules-a978bc362c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Bumps the go_modules group with 1 update in the / directory: github.com/go-jose/go-jose/v4.

Updates github.com/go-jose/go-jose/v4 from 4.1.0 to 4.1.4

Release notes

Sourced from github.com/go-jose/go-jose/v4's releases.

v4.1.3

This release drops Go 1.23 support as that Go release is no longer supported. With that, we can drop x/crypto and no longer have any external dependencies in go-jose outside of the standard library!

This release fixes a bug where a critical b64 header was ignored if in an unprotected header. It is now rejected instead of ignored.

What's Changed

Full Changelog: go-jose/go-jose@v4.1.2...v4.1.3

v4.1.2

What's Changed

go-jose v4.1.2 improves some documentation, errors, and removes the only 3rd-party dependency.

New Contributors

Full Changelog: go-jose/go-jose@v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

Full Changelog: go-jose/go-jose@v4.1.0...v4.1.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 1 update in the / directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose).


Updates `github.com/go-jose/go-jose/v4` from 4.1.0 to 4.1.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v4.1.0...v4.1.4)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.1.4
  dependency-type: indirect
  dependency-group: go_modules
...

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 Apr 3, 2026
@matt-FFFFFF
Copy link
Copy Markdown
Owner

@copilot fix the ci errors please

- Update CI workflow to use golangci-lint v2.11 (built with go1.26.1)
  to fix panic caused by go1.26 build constraints in x/net@v0.47.0
- Fix wsl_v5 lint issue in copyCwdToTemp.go (missing blank line before return)

Agent-Logs-Url: https://github.com/matt-FFFFFF/porch/sessions/54dbad93-6081-42e0-a93d-e83ccf98b09f

Co-authored-by: matt-FFFFFF <16320656+matt-FFFFFF@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

@copilot fix the ci errors please

Fixed in commit 5346035.

The CI lint job was failing because golangci-lint v2.5.0 (built with go1.25.0) panicked when encountering //go:build go1.26 files in golang.org/x/net@v0.47.0. Two changes were made:

  1. Updated the CI workflow to use golangci-lint v2.11 (built with go1.26.1), which properly handles go1.26 build constraints.
  2. Fixed a wsl_v5 lint issue in copyCwdToTemp.go — a missing blank line before the return statement that the newer linter correctly flags.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/golangci/golangci-lint/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED 0.1-go1.25.2.linux-amd64/pkg/too-trimpath go_.�� /v2@v2.23.0/ext/tryfunc/tryfunc.-p pkg/mod/github.com/agext/levenshgithub.com/ulikunitz/xz/internal/xlog 0.1-go1.25.2.linux-amd64/pkg/tool/linux_amd64/link /home/REDACTED/go/sed (http block)
  • notexist
    • Triggering command: /usr/lib/git-core/git-remote-http /usr/lib/git-core/git-remote-http origin http://notexist l/linux_amd64/vet /tmp/go-build136416377/b338/vet.cfg rcular_dependency_test.go %cd ux-amd64/pkg/tool/linux_amd64/vet -p k/porch/porch/in-atomic l/linux_amd64/co-bool ux-amd64/pkg/too-buildtags -d TKayLjSNChjdhbnK-errorsas l/linux_amd64/co-ifaceassert ux-amd64/pkg/tool/linux_amd64/vet -c=4 -nolocalimports -importcfg ux-amd64/pkg/too-buildtags (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from matt-FFFFFF April 7, 2026 10:22
@matt-FFFFFF matt-FFFFFF merged commit af7a6fa into main Apr 7, 2026
3 checks passed
@matt-FFFFFF matt-FFFFFF deleted the dependabot/go_modules/go_modules-a978bc362c branch April 7, 2026 12:18
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.

2 participants