Skip to content

Commit

Permalink
docs: fix workflow example path
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 22, 2024
1 parent 26b1e83 commit 24b3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
matrix:
go-version: [ stable, oldstable ]
os: [ubuntu-latest, macos-latest, windows-latest]
uses: ./.github/workflows/.workspace.yml
uses: ./.github/workflows/.golangci-lint-reusable.yml
with:
os: ${{ matrix.os }}
go-version: ${{ matrix.go-version }}
Expand Down

0 comments on commit 24b3d93

Please sign in to comment.