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
nats.go [2][0] $ git show ec00e662324e
fatal: ambiguous argument 'ec00e662324e': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
Expected behavior:
The revision specified in go.mod file should be a valid one.
Actual behavior:
The revision ec00e662324e does not exist for nats.go.
The text was updated successfully, but these errors were encountered:
@brandond If kine gets a fix to bump the version (k3s-io/kine#206), should the k3s origin/release-1.27 branch also gets a fix? I can see that in k3s mater branch, the version has already been bumped to v1.27.1.
Environmental Info:
K3s Version:
commit 8d074ec (HEAD -> 1.27.5, tag: v1.27.5-rc3+k3s1, tag: v1.27.5+k3s1, origin/release-1.27)
Steps To Reproduce:
$ grep nats.go go.mod
github.com/nats-io/nats.go v1.27.1-0.20230619112143-ec00e662324e // indirect
The revision 'ec00e662324e' does not even exist in https://github.com/nats-io/nats.go.git
nats.go [2][0] $ git show ec00e662324e
fatal: ambiguous argument 'ec00e662324e': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
Expected behavior:
The revision specified in go.mod file should be a valid one.
Actual behavior:
The revision ec00e662324e does not exist for nats.go.
The text was updated successfully, but these errors were encountered: