Skip to content

Commit

Permalink
Merge pull request #256 from mihaitodor/fix-lint-action
Browse files Browse the repository at this point in the history
Fix golangci-lint action
  • Loading branch information
xmcqueen committed Aug 19, 2022
2 parents 89f9e29 + 39f6bc3 commit 9a47646
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 9a47646

Please sign in to comment.