Skip to content

Commit

Permalink
Fix golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Eoghan Russell <[email protected]>
  • Loading branch information
Eoghan Russell committed Feb 27, 2024
1 parent 8636cf9 commit 3e86ebc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
args: ./...
run: |
args=$(go list -f '{{.Dir}}/...' -m)
golangci-lint run $args
env:
GO111MODULE: on

shellcheck:
name: Shellcheck
Expand Down

0 comments on commit 3e86ebc

Please sign in to comment.