docs: fix workflow example path

This commit is contained in:
Fernandez Ludovic 2024-06-22 22:37:29 +02:00
parent 26b1e83940
commit 24b3d93762

View File

@ -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 }}