Skip to content

Commit

Permalink
update golangci-lint action to v3, golangci-lint to v1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 10, 2022
1 parent ea9de26 commit 920aa03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -25,7 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.x"
- 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 920aa03

Please sign in to comment.