Skip to content

Commit b46a8ad

Browse files
authored
bump go version to 1.21.9 (#26520)
* bump go version to 1.21.9 * update changelog entry * Revert "update changelog entry" This reverts commit 108f743. * add changelog entry
1 parent 6527bf5 commit b46a8ad

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.21.8
1+
1.21.9

changelog/_go-ver-1162.txt

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module github.com/hashicorp/vault
1212
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
1313
go 1.21
1414

15-
toolchain go1.21.8
15+
toolchain go1.21.9
1616

1717
replace github.com/hashicorp/vault/api => ./api
1818

0 commit comments

Comments
 (0)