Skip to content

Commit

Permalink
ci: Update go linter version (#56)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Update version of `golangci-lint` to keep it consistent with
[finch](https://github.com/runfinch/finch/blob/main/.github/workflows/ci.yaml#L59).

*Testing done:*



- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar authored Apr 6, 2023
1 parent 72ccf1f commit e6f31a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
# Pin the version in case all the builds start to fail at the same time.
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a Github Action,
# so we will just update it manually whenever it makes sense (e.g., a feature that we want is added).
version: v1.50.0
version: v1.51.2
args: --fix=false

0 comments on commit e6f31a3

Please sign in to comment.