Skip to content

Commit

Permalink
chore: pin golangci-lint to v1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jun 2, 2023
1 parent 11a825f commit eeea5b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Golang CI
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
with:
version: latest
# version: latest
# Pinning the version until https://github.com/golangci/golangci-lint/issues/3862 is solved
version: v1.52.2
working-directory: src
- name: Unit Tests
run: go test -v ./...

0 comments on commit eeea5b5

Please sign in to comment.