Go get fails on a clean install of go??
```
$ go version
go version go1.24.4 linux/amd64
$ cat /etc/redhat-release
Fedora release 42 (Adams)
$ trash ~/go
$ go get github.com/openshift/api/config/v1
// wait a bit...
go: github.com/openshift/api@v3.9.1-0.20190924102528-32369d4db2ad+incompatible: invalid pseudo-version: preceding tag (v3.9.0) not found
```
Am I missing something here? There are no tags aside from v0.0.1, although the resolved commit does seem to exist:
```
$ git show 32369d4db2ad
commit 32369d4db2ada1c1cdb95b99b568a9925e2a4480
Merge: ecbc01928 e070ca225
Author: OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>
Date: Tue Sep 24 12:25:28 2019 +0200
Merge pull request #437 from mfojtik/add-project-conditions
project: add project status conditions
```
关闭于 2025-07-15 1 条评论