Skip to content

Commit

Permalink
Bump go toolchain version to address CVE-2023-45288
Browse files Browse the repository at this point in the history
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 <henrybear327@gmail.com>
  • Loading branch information
henrybear327 committed Apr 5, 2024
1 parent 9f3524b commit 0b59bc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/failpoint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
- run: |
make gofail-enable
make test-failpoint
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@ jobs:
with:
go-version: ${{ steps.goversion.outputs.goversion }}
- run: make coverage

2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.13
1.21.9
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module go.etcd.io/bbolt

go 1.17
go 1.21

require (
github.com/stretchr/testify v1.8.1
go.etcd.io/gofail v0.1.0
golang.org/x/sync v0.5.0
golang.org/x/sys v0.4.0
)

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

0 comments on commit 0b59bc1

Please sign in to comment.