Skip to content

Commit 0b59bc1

Browse files
committed
Bump go toolchain version to address CVE-2023-45288
Changes: - Bump toolchain version to 1.21.9 due to CVE-2023-45288 - run `go mod tidy` Reference: - PR etcd #17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
1 parent 9f3524b commit 0b59bc1

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/failpoint_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ jobs:
1717
- run: |
1818
make gofail-enable
1919
make test-failpoint
20-

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ jobs:
102102
with:
103103
go-version: ${{ steps.goversion.outputs.goversion }}
104104
- run: make coverage
105-

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.13
1+
1.21.9

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module go.etcd.io/bbolt
22

3-
go 1.17
3+
go 1.21
44

55
require (
66
github.com/stretchr/testify v1.8.1
77
go.etcd.io/gofail v0.1.0
8+
golang.org/x/sync v0.5.0
89
golang.org/x/sys v0.4.0
910
)
1011

1112
require (
1213
github.com/davecgh/go-spew v1.1.1 // indirect
1314
github.com/pmezard/go-difflib v1.0.0 // indirect
14-
golang.org/x/sync v0.5.0 // indirect
1515
gopkg.in/yaml.v3 v3.0.1 // indirect
1616
)

0 commit comments

Comments
 (0)