You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this project is using golang version 1.19, We should choice a good versions for packages.
Changes:
- Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.28.0
- Changed version of google.golang.org/protobuf/cmd/protoc-gen-go from @latest to @v1.2.0
- Download modules with `go mod download` command instead of downloading packages with latest versions like: "RUN go get google.golang.org/grpc"
@hsluoyz Hi. Because this project is using Golang version 1.19, We should choose good versions for packages.
Also, we have "google.golang.org/grpc" in the go.mod file, we only need to run go mod download command.
I just created a bugfix PR here: #118
See: https://github.com/casbin/casbin-server/actions/runs/11123579881/job/30907360372
The text was updated successfully, but these errors were encountered: