Skip to content

Commit 24b3d93

Browse files
committed
docs: fix workflow example path
1 parent 26b1e83 commit 24b3d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
matrix:
176176
go-version: [ stable, oldstable ]
177177
os: [ubuntu-latest, macos-latest, windows-latest]
178-
uses: ./.github/workflows/.workspace.yml
178+
uses: ./.github/workflows/.golangci-lint-reusable.yml
179179
with:
180180
os: ${{ matrix.os }}
181181
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)