File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run static analysis only with the latest Go version
17- LATEST_GO_VERSION : " 1.25 "
17+ LATEST_GO_VERSION : " 1.26 "
1818
1919jobs :
2020 check :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run coverage and benchmarks only with the latest Go version
17- LATEST_GO_VERSION : " 1.25 "
17+ LATEST_GO_VERSION : " 1.26 "
1818
1919jobs :
2020 test :
2525 # Echo tests with last four major releases (unless there are pressing vulnerabilities)
2626 # As we depend on `golang.org/x/` libraries which only support last 2 Go releases we could have situations when
2727 # we derive from last four major releases promise.
28- go : [ "1.25" ]
28+ go : [ "1.25", "1.26" ]
2929 name : ${{ matrix.os }} @ Go ${{ matrix.go }}
3030 runs-on : ${{ matrix.os }}
3131 steps :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/labstack/echo-jwt/v5
33go 1.25.0
44
55require (
6- github.com/golang-jwt/jwt/v5 v5.3.0
7- github.com/labstack/echo/v5 v5.0.0
6+ github.com/golang-jwt/jwt/v5 v5.3.1
7+ github.com/labstack/echo/v5 v5.0.4
88 github.com/stretchr/testify v1.11.1
99)
1010
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
44github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
5+ github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
6+ github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
57github.com/labstack/echo/v5 v5.0.0 h1:JHKGrI0cbNsNMyKvranuY0C94O4hSM7yc/HtwcV3Na4 =
68github.com/labstack/echo/v5 v5.0.0 /go.mod h1:SyvlSdObGjRXeQfCCXW/sybkZdOOQZBmpKF0bvALaeo =
9+ github.com/labstack/echo/v5 v5.0.4 h1:ll3I/O8BifjMztj9dD1vx/peZQv8cR2CTUdQK6QxGGc =
10+ github.com/labstack/echo/v5 v5.0.4 /go.mod h1:SyvlSdObGjRXeQfCCXW/sybkZdOOQZBmpKF0bvALaeo =
711github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
812github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
913github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
You can’t perform that action at this time.
0 commit comments