Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang-jwt/jwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.3
Choose a base ref
...
head repository: golang-jwt/jwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 16, 2025

  1. Create CODEOWNERS (#449)

    Should finally tag @oxisto and @mfridman automatically to PRs.
    oxisto authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    3839817 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Bump Go version to indicate correct minimum requirement (#452)

    * Bump Go version to indicate correct minimum requirement
    
    The minimum requirement that we have was silently bumped to 1.21 in #441 because of the `slices` package. It seems that we did not update the `go.mod` when we updated our CI range, because CI did not fail because it was not testing older versions.
    
    We probably should just update the `go.mod` when we update the CI target in the future? Although we could theoretically stay at 1.21 in terms of the code base.
    
    * Removed outdated build tags
    
    * Remove more build tags
    
    * Removed code for Go < 1.20
    oxisto authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    e9547a1 View commit details
    Browse the repository at this point in the history
Loading