Skip to content

Commit

Permalink
update golint-ci to latest (#1360)
Browse files Browse the repository at this point in the history
* update golint-ci to latest

* Update action to v3
  • Loading branch information
mdisibio authored Apr 5, 2022
1 parent 33119a3 commit b79e432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@v2

- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.41.1
version: v1.45.2

unit-tests:
name: Test packages
Expand Down

0 comments on commit b79e432

Please sign in to comment.