From 24b3d9376266aec5767e3dcc37e34e2af5910c72 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 22 Jun 2024 22:37:29 +0200 Subject: [PATCH] docs: fix workflow example path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e18b2d..06eb3ce 100644 --- a/README.md +++ b/README.md @@ -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 }}