We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8340a69 commit 8550404Copy full SHA for 8550404
.go-version
@@ -1 +1 @@
1
-1.24.4
+1.24.6
changelog/1637.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
2
+core: Update to Go 1.24.6.
3
+```
go.mod
@@ -9,7 +9,7 @@ module github.com/openbao/openbao
9
// updated. If we choose not to do so at some point (e.g. because we don't want some new
10
// semantic related to Go module handling), this comment should be updated to explain that.
11
12
-go 1.24.4
+go 1.24.6
13
14
replace github.com/openbao/openbao/api/v2 => ./api
15
0 commit comments