Skip to content

Commit

Permalink
Bump lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang committed Aug 15, 2022
1 parent 6c1f5b9 commit f4e64d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/default.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45.2
version: v1.48.0
args: --timeout 2m
unit-tests:
name: unit-tests
Expand All @@ -34,6 +34,7 @@ jobs:
REVIZOR_URL: ${{ secrets.REVIZOR_URL }}
REVIZOR_TOKEN: ${{ secrets.REVIZOR_TOKEN }}
SCALR_TOKEN: ${{ secrets.SCALR_TOKEN }}
UPSTREAM_ID: ${{ github.run_number }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit f4e64d2

Please sign in to comment.