Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 in the all gro…
Browse files Browse the repository at this point in the history
…up across 1 directory (#72)

* Bump golangci/golangci-lint-action in the all group across 1 directory

Bumps the all group with 1 update in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>

* lint fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean Lingren <sean@lingren.com>
  • Loading branch information
dependabot[bot] and lingrino authored Feb 17, 2025
1 parent 4b8d996 commit d8b78ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Format
run: test -z $(gofmt -l -w -s ./)
- name: Lint
uses: golangci/golangci-lint-action@v6.2.0
uses: golangci/golangci-lint-action@v6.5.0
- name: Test
run: go test -v -race -cover -coverprofile=coverage.txt ./... | tee -a test-results.txt
- name: Enforce 100% Test Coverage
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ linters-settings:
min-occurrences: 2
gocyclo:
min-complexity: 10
golint:
min-confidence: 0
nakedret:
max-func-lines: 0

Expand Down

0 comments on commit d8b78ad

Please sign in to comment.