Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 4 to 6 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 7, 2024
2 parents a8f2263 + 931fdf9 commit 4c4a268
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 @@ -34,12 +34,12 @@ jobs:
run: |
go build ./...
- name: Lint with mock back-end
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
args: --build-tags="gowslmock"
- name: Lint with real back-end
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
- name: Test with mocks
Expand Down

0 comments on commit 4c4a268

Please sign in to comment.