mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-02 05:29:42 +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/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.10"
|
go-version: "1.19.11"
|
||||||
- run: |
|
- run: |
|
||||||
make gofail-enable
|
make gofail-enable
|
||||||
make test-failpoint
|
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/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.10"
|
go-version: "1.19.11"
|
||||||
- run: make fmt
|
- run: make fmt
|
||||||
- env:
|
- env:
|
||||||
TARGET: ${{ matrix.target }}
|
TARGET: ${{ matrix.target }}
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.10"
|
go-version: "1.19.11"
|
||||||
- run: make fmt
|
- run: make fmt
|
||||||
- env:
|
- env:
|
||||||
TARGET: ${{ matrix.target }}
|
TARGET: ${{ matrix.target }}
|
||||||
@ -94,6 +94,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.10"
|
go-version: "1.19.11"
|
||||||
- run: make coverage
|
- run: make coverage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user