updates #207
| @@ -21,11 +21,4 @@ jobs: | |||||||
|       uses: https://github.com/golangci/golangci-lint-action@v3.4.0 |       uses: https://github.com/golangci/golangci-lint-action@v3.4.0 | ||||||
|       continue-on-error: true |       continue-on-error: true | ||||||
|       with: |       with: | ||||||
|         # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. |  | ||||||
|         version: v1.30 |         version: v1.30 | ||||||
|         # Optional: working directory, useful for monorepos |  | ||||||
|         # working-directory: somedir |  | ||||||
|         # Optional: golangci-lint command line arguments. |  | ||||||
|         # args: --issues-exit-code=0 |  | ||||||
|         # Optional: show only new issues if it's a pull request. The default value is `false`. |  | ||||||
|         # only-new-issues: true |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user