mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 05:00:03 +00:00
Merge pull request #534 from jmhbnz/master
Updated go to latest patch release 1.19.11
This commit is contained in:
commit
cf493340c0
2
.github/workflows/failpoint_test.yaml
vendored
2
.github/workflows/failpoint_test.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.19.10"
|
||||
go-version: "1.19.11"
|
||||
- run: |
|
||||
make gofail-enable
|
||||
make test-failpoint
|
||||
|
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.19.10"
|
||||
go-version: "1.19.11"
|
||||
- run: make fmt
|
||||
- env:
|
||||
TARGET: ${{ matrix.target }}
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.19.10"
|
||||
go-version: "1.19.11"
|
||||
- run: make fmt
|
||||
- env:
|
||||
TARGET: ${{ matrix.target }}
|
||||
@ -94,6 +94,6 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.19.10"
|
||||
go-version: "1.19.11"
|
||||
- run: make coverage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user