Skip to content

Commit

Permalink
- Removing windows-latest from golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte committed Nov 30, 2024
1 parent e8f27cd commit 02437c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
go: [stable]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 02437c6

Please sign in to comment.