Skip to content

Commit 8550404

Browse files
authored
Bump to Go 1.24.6 (#1637)
Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
1 parent 8340a69 commit 8550404

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.6

changelog/1637.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
core: Update to Go 1.24.6.
3+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module github.com/openbao/openbao
99
// updated. If we choose not to do so at some point (e.g. because we don't want some new
1010
// semantic related to Go module handling), this comment should be updated to explain that.
1111

12-
go 1.24.4
12+
go 1.24.6
1313

1414
replace github.com/openbao/openbao/api/v2 => ./api
1515

0 commit comments

Comments
 (0)