Skip to content

Commit

Permalink
Merge pull request etcd-io#534 from jmhbnz/master
Browse files Browse the repository at this point in the history
Updated go to latest patch release 1.19.11
  • Loading branch information
ahrtr committed Jul 13, 2023
2 parents 324470d + e1112bf commit cf49334
Show file tree
Hide file tree
Showing 2 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@v4
with:
go-version: "1.19.10"
go-version: "1.19.11"
- run: |
make gofail-enable
make test-failpoint
Expand Down
6 changes: 3 additions & 3 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@v4
with:
go-version: "1.19.10"
go-version: "1.19.11"
- run: make fmt
- env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit cf49334

Please sign in to comment.