Skip to content

Commit

Permalink
Update golangci-lint-action to fix builds on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hartraft committed Aug 10, 2022
1 parent cd1f2d5 commit a70d504
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -6,8 +6,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3.2.0
with:
args: --issues-exit-code=0

0 comments on commit a70d504

Please sign in to comment.