We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a58cc3 commit 44162d6Copy full SHA for 44162d6
.changelog/22172.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+api: Fixed api submodule checksum mismatch issue by retracted 1.31.1 version [[GH-22172](https://github.com/hashicorp/consul/pull/22172)]
3
+```
api/go.mod
@@ -5,6 +5,7 @@ go 1.22.12
5
replace github.com/hashicorp/consul/sdk => ../sdk
6
7
retract (
8
+ v1.31.1 // checksum mismatch with tag
9
v1.29.5 // cut from incorrect branch
10
v1.28.0 // tag was mutated
11
v1.27.1 // tag was mutated
0 commit comments