Skip to content

Commit

Permalink
Fix golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaitodor committed Aug 19, 2022
1 parent 89f9e29 commit 39f6bc3
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 295 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -7,9 +7,11 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
version: v1.48.0

0 comments on commit 39f6bc3

Please sign in to comment.