Skip to content

Commit

Permalink
fix(build): linter reads Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
prit342 committed Feb 14, 2024
1 parent 565eecd commit df4ee07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--config=./.golangci.yml --timeout=6m0s"
go_version_file: go.mod

- name: Setup Go
uses: actions/setup-go@v4
Expand Down
1 change: 1 addition & 0 deletions .trivy-config/.trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ CVE-2022-32149
CVE-2023-49568
## Ignoring as it has not been patched in the upstream binary
GHSA-9763-4f94-gfch
CVE-2023-49569

0 comments on commit df4ee07

Please sign in to comment.