Skip to content

Commit

Permalink
Merge pull request #443 from xzfc/golangci-action-v3
Browse files Browse the repository at this point in the history
Update golangci-lint-action to v3
  • Loading branch information
denis-tingaikin authored Apr 5, 2022
2 parents f22ec97 + 18b6733 commit a7d708d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.31

Expand Down

0 comments on commit a7d708d

Please sign in to comment.