Skip to content

Commit

Permalink
upgrade golangci-lint-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Mar 4, 2024
1 parent 39f351b commit 6cd0149
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ jobs:
cd ./example/hasura
docker-compose up -d
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: true
skip-cache: false
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=120s
- name: Run Go unit tests for example/subscription
run: |
cd example/subscription
Expand Down

0 comments on commit 6cd0149

Please sign in to comment.