run golangci-lint on ubuntu only

This commit is contained in:
Gabriel Augendre 2024-03-27 22:35:57 +01:00
parent ad16182dc5
commit 8f5da5c4f4
2 changed files with 1 additions and 3 deletions

1
.gitattributes vendored
View file

@ -1 +0,0 @@
*.go text eol=lf

View file

@ -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