Skip to content

Commit

Permalink
fix(ci): bump golangci-lint from 1.49 to 1.52 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored Apr 19, 2023
1 parent 538b503 commit c9a07ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x

- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.49
version: v1.52

0 comments on commit c9a07ab

Please sign in to comment.