Skip to content

Commit

Permalink
ci: lint using v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.wang committed Apr 15, 2022
1 parent 54a6044 commit c6721b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.17

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit c6721b4

Please sign in to comment.