Skip to content

Commit

Permalink
run golangci-lint on ubuntu only
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon committed Mar 27, 2024
1 parent ad16182 commit 8f5da5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
strategy:
matrix:
go: ['1.21', '1.22']
os: [macos-latest, windows-latest, ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 8f5da5c

Please sign in to comment.