Skip to content

Commit

Permalink
update linter workflow (#2324)
Browse files Browse the repository at this point in the history
* update linter workflow and bump go to 1.19 in action
  • Loading branch information
MSalopek authored Mar 23, 2023
1 parent da3f64b commit 715b5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.19
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.51.2

0 comments on commit 715b5f5

Please sign in to comment.