MetaCubeX / mihomo

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
https://wiki.metacubex.one
MIT License
17.04k stars 2.69k forks source link

[Bug] go get version conflict #1350

Closed starsea closed 3 months ago

starsea commented 5 months ago

Verify steps

Operating System

win

System Version

win

Mihomo Version

v.1.18.5

Configuration File

-

Description

go get github.com/metacubex/mihomo@v1.18.5 下载下来的代码 和 https://github.com/MetaCubeX/mihomo/releases/tag/v1.18.5 这的source code 代码不一致,看起来 go get 下载下来的代码版本要落后一点?请问是什么原因

Reproduction Steps

-

Logs

No response

xishang0128 commented 5 months ago

@starsea go 缓存不会更新,如果重复相同 tag 将会是老版本

starsea commented 5 months ago

@starsea go 缓存不会更新,如果重复相同 tag 将会是老版本

你的意思是你们对同一个tag 发布了多次, golang proxy mod cache 只缓存了第一次的版本是吗?

xishang0128 commented 5 months ago

@starsea 是