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

[bug] fix the CI dockerhub release error #117

Closed
hsluoyz opened this issue Oct 1, 2024 · 1 comment · Fixed by #118
Closed

[bug] fix the CI dockerhub release error #117

hsluoyz opened this issue Oct 1, 2024 · 1 comment · Fixed by #118
Assignees
Labels
bug Something isn't working

Comments

@hsluoyz
Copy link
Member

hsluoyz commented Oct 1, 2024

See: https://github.com/casbin/casbin-server/actions/runs/11123579881/job/30907360372

image

@casbin-bot casbin-bot added the bug Something isn't working label Oct 1, 2024
ali-shokoohi added a commit to ali-shokoohi/casbin-server that referenced this issue Oct 1, 2024
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"
@ali-shokoohi
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants