Skip to content

update

update #82

Triggered via push March 31, 2024 02:47
Status Failure
Total duration 57s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Build: app/gomono-bff/internal/ports/http.go#L42
cannot use func(token *jwt.Token) (interface{}, error) {…} (value of type func(token *"github.com/golang-jwt/jwt/v4".Token) (interface{}, error)) as "github.com/golang-jwt/jwt/v5".Keyfunc value in argument to kjwt.Server
Build: app/gomono-bff/internal/ports/http.go#L45
cannot use jwt.SigningMethodHS256 (variable of type *"github.com/golang-jwt/jwt/v4".SigningMethodHMAC) as "github.com/golang-jwt/jwt/v5".SigningMethod value in argument to kjwt.WithSigningMethod: *"github.com/golang-jwt/jwt/v4".SigningMethodHMAC does not implement "github.com/golang-jwt/jwt/v5".SigningMethod (wrong type for method Sign)
Build: app/gomono-bff/internal/ports/http.go#L46
cannot use func() jwt.Claims {…} (value of type func() "github.com/golang-jwt/jwt/v4".Claims) as func() "github.com/golang-jwt/jwt/v5".Claims value in argument to kjwt.WithClaims
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/