From 19e147b366655660ac38c51c76e24abbf224ba1b Mon Sep 17 00:00:00 2001 From: ron minnich Date: Tue, 17 Sep 2024 09:37:32 -0700 Subject: [PATCH] remove windows from golangci-lint (#434) all it does is timeout. Signed-off-by: Ronald G. Minnich --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 99ccedc6..c9669f90 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: go: ['1.21', '1.22', '1.23'] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] name: lint runs-on: ${{ matrix.os }} steps: