Skip to content

Commit

Permalink
Trying to fix the lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m3talux committed Oct 31, 2024
1 parent 719ed91 commit feec143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

test-lint:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21', '1.22', '1.23.x' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +58,6 @@ jobs:
- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2
echo "$HOME/bin" >> $GITHUB_PATH
- name: Run golangci-lint
run: ./bin/golangci-lint run -v

0 comments on commit feec143

Please sign in to comment.