docs: fix workflow example path
This commit is contained in:
parent
26b1e83940
commit
24b3d93762
@ -175,7 +175,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
go-version: [ stable, oldstable ]
|
go-version: [ stable, oldstable ]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
uses: ./.github/workflows/.workspace.yml
|
uses: ./.github/workflows/.golangci-lint-reusable.yml
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user