Redis Go module not downloading #13307

Closed
opened 2025-11-02 10:38:05 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @SSP6904 on GitHub (Jul 18, 2024).

Description

I'm building the Gitea docker image using the source code. However, on every build command I'm using, the make command exits the command because of a go module not able to find it's required release.

I looked up if the release is available, but the latest release is version v9.5.2. Not sure how I can resolve this issue. Can someone assist me?

modules/nosql/manager.go:14:2: reading github.com/redis/go-redis/go.mod at revision v9.5.3: unknown revision v9.5.3

go-redis

Gitea Version

1.22.1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

Arch Linux

How are you running Gitea?

Through docker

Database

SQLite

Originally created by @SSP6904 on GitHub (Jul 18, 2024). ### Description I'm building the Gitea docker image using the source code. However, on every build command I'm using, the make command exits the command because of a go module not able to find it's required release. I looked up if the release is available, but the latest release is version v9.5.2. Not sure how I can resolve this issue. Can someone assist me? ``` modules/nosql/manager.go:14:2: reading github.com/redis/go-redis/go.mod at revision v9.5.3: unknown revision v9.5.3 ``` [go-redis](https://github.com/redis/go-redis/releases) ### Gitea Version 1.22.1 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System Arch Linux ### How are you running Gitea? Through docker ### Database SQLite
GiteaMirror added the type/bug label 2025-11-02 10:38:05 -06:00
Author
Owner

@techknowlogick commented on GitHub (Jul 19, 2024):

Oh weird. It did exist, I guess they must've deleted it. I can find evidence of it at https://github.com/redis/go-redis/issues/3010
I guess the nightly will start to fail soon too. I can create a PR for this and send it to main and our 1.22 release branch so builds can start again

@techknowlogick commented on GitHub (Jul 19, 2024): Oh weird. It did exist, I guess they must've deleted it. I can find evidence of it at https://github.com/redis/go-redis/issues/3010 I guess the nightly will start to fail soon too. I can create a PR for this and send it to main and our 1.22 release branch so builds can start again
Author
Owner

@SSP6904 commented on GitHub (Jul 20, 2024):

Glad everyone fixed it for me. Thank you! 🙂

@SSP6904 commented on GitHub (Jul 20, 2024): Glad everyone fixed it for me. Thank you! 🙂
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13307