Merge pull request #525 from charles-chenzz/update-golang-patch

update go to latest patch release 1.19.10
This commit is contained in:
Benjamin Wang 2023-06-09 08:39:24 +08:00 committed by GitHub
commit 4be8c63772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19.9"
go-version: "1.19.10"
- run: |
make gofail-enable
make test-failpoint

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19.9"
go-version: "1.19.10"
- 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.9"
go-version: "1.19.10"
- 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.9"
go-version: "1.19.10"
- run: make coverage