Skip to content

Commit

Permalink
Update golangci-lint (#94)
Browse files Browse the repository at this point in the history
Old version of golangci-lint was causing other QA runs to fail
  • Loading branch information
EduardGomezEscandell authored Jan 8, 2024
2 parents 0f28ef3 + 68b0644 commit 593747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Lint with mock back-end
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0
version: v1.55.2
args: --build-tags="gowslmock"
- name: Lint with real back-end
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0
version: v1.55.2
- name: Test with mocks
shell: bash
run: go test -tags="gowslmock" -shuffle=on
Expand Down

0 comments on commit 593747f

Please sign in to comment.