Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/add-applications-support…
Browse files Browse the repository at this point in the history
…' into feature/add-applications-support
  • Loading branch information
vladhanzha committed Jul 25, 2024
2 parents eacb014 + 4db707a commit d25e5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -23,6 +23,6 @@ jobs:
cache: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6.0.1
with:
version: latest
version: v1.55.2
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ issues:
- linters:
- errcheck
text: "Error return value of `d.Set` is not checked"
output:
formats:
- format: colored-line-number

0 comments on commit d25e5f5

Please sign in to comment.