Skip to content

Commit

Permalink
fix lint.yml workflow
Browse files Browse the repository at this point in the history
one option was renamed
  • Loading branch information
peczenyj authored Jun 11, 2024
1 parent 3d095f9 commit 6eb870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
- run: make info tidy go_fix go_vet
- run: make info go_fix go_vet
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 6eb870e

Please sign in to comment.