Update .github/workflows/testing.yml
Some checks failed
Testing / test (1.24.x, ubuntu-latest) (push) Has been cancelled
Some checks failed
Testing / test (1.24.x, ubuntu-latest) (push) Has been cancelled
This commit is contained in:
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -18,11 +18,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
go get -u .
|
go get -u .
|
||||||
|
Reference in New Issue
Block a user