Skip to content

Commit

Permalink
ci: update golangci-lint to v1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbiesek committed Aug 14, 2023
1 parent 3308432 commit 798c91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: 1.21.x
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51
version: v1.54

cross:
runs-on: ubuntu-20.04
Expand All @@ -54,7 +54,7 @@ jobs:
go-version: 1.21.x,
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51
version: v1.54
- name: test-stubs
run: make test

Expand Down

0 comments on commit 798c91f

Please sign in to comment.