Merge pull request #534 from jmhbnz/master

Updated go to latest patch release 1.19.11
This commit is contained in:
Benjamin Wang 2023-07-13 11:48:36 +01:00 committed by GitHub
commit cf493340c0
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.10"
go-version: "1.19.11"
- 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.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