Skip to content

Commit

Permalink
Merge pull request #416 from jmhbnz/master
Browse files Browse the repository at this point in the history
Updated go to 1.19.7
  • Loading branch information
ptabor authored Mar 9, 2023
2 parents ef8fde5 + 4e41eab commit 838586a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v3
- uses: actions/setup-go@v3
with:
go-version: "1.17.13"
go-version: "1.19.7"
- run: |
make gofail-enable
make test-failpoint
Expand Down
4 changes: 2 additions & 2 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@v3
- uses: actions/setup-go@v3
with:
go-version: "1.17.13"
go-version: "1.19.7"
- run: make fmt
- env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.17.13"
go-version: "1.19.7"
- run: make fmt
- env:
TARGET: ${{ matrix.target }}
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.17
go 1.19

require (
github.com/stretchr/testify v1.8.2
Expand Down

0 comments on commit 838586a

Please sign in to comment.