Skip to content

Commit

Permalink
[#14]: build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian authored Mar 2, 2022
2 parents 8e3b081 + 2ae3e54 commit 7720497
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Set up Go 1.17
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>
with:
go-version: 1.17.7

- name: Run linter
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
uses: golangci/golangci-lint-action@v3.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.43 # without patch version
only-new-issues: false # show only new issues if it's a pull request
Expand Down

0 comments on commit 7720497

Please sign in to comment.