Skip to content

Commit

Permalink
Update to go1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Ray <[email protected]>
  • Loading branch information
dusk125 committed Sep 13, 2023
1 parent ead6b85 commit dcb0a9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/failpoint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.7"
go-version: "1.21.1"
- run: |
make gofail-enable
make test-failpoint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.7"
go-version: "1.21.1"
- run: make fmt
- env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.7"
go-version: "1.21.1"
- run: make fmt
- env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -94,6 +94,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.7"
go-version: "1.21.1"
- run: make coverage

2 changes: 1 addition & 1 deletion cmd/bbolt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
```bash
$bbolt version
bbolt version: 1.3.7
Go Version: go1.20.7
Go Version: go1.21.1
Go OS/Arch: darwin/arm64
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.etcd.io/bbolt

go 1.20
go 1.21

require (
github.com/spf13/cobra v1.7.0
Expand Down

0 comments on commit dcb0a9e

Please sign in to comment.