Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to golang-jwt 3.2.2 #16590

Merged
merged 10 commits into from
Aug 3, 2021

Commits on Aug 1, 2021

  1. Upgrade to golang-jwt 3.2.2

    Upgrade to the latest version of golang-jwt
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d4433d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3f553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444915f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    ae22986 View commit details
    Browse the repository at this point in the history
  2. Forcibly replace the 3.2.1 version of golang-jwt/jwt and increase min…

    …imum Go version
    
    Using go.mod we can forcibly replace the 3.2.1 version used by goth to 3.2.2.
    
    Further given golang-jwt/jwts stated policy of only supporting supported go versions
    we should just raise our minimal version of go to 1.16 for 1.16 as by time of release
    1.15 will be out of support.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    06f2ae1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upgrade-to-golang-jwt-3.2.2' of github.com:zeripath/git…

    …ea into upgrade-to-golang-jwt-3.2.2
    zeripath committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    de11f7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4677e01 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    628efa8 View commit details
    Browse the repository at this point in the history
  2. update minimal go required

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6f527cb View commit details
    Browse the repository at this point in the history
  3. update config.yaml

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f246275 View commit details
    Browse the repository at this point in the history