Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 (#2506)
Browse files Browse the repository at this point in the history
* Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@051d919...2226d7c)

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

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

* Fix golangci configuration

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
dependabot[bot] and mihaimaruseac authored Feb 18, 2025
1 parent 49fa675 commit 1e8a741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install atlas
uses: ariga/setup-atlas@d52cd13fed38eca914fa57071155a4644fd6f820 # v0.2
- name: golangci-lint
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # tag=v3.2.0
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # 6.5.0
with:
only-new-issues: true
skip-cache: true
Expand Down
8 changes: 4 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
run:
timeout: 6m
skip-files:
- ".*\\.pb\\.go$"
- "pkg/assembler/generated/.*"
- "resolvers/schema\\.resolvers\\.go"
build-tags:
- integration
linters:
enable:
- forcetypeassert
issues:
exclude-files:
- ".*\\.pb\\.go$"
- "pkg/assembler/generated/.*"
- "resolvers/schema\\.resolvers\\.go"
exclude-rules:
- path: _test\.go
linters:
Expand Down

0 comments on commit 1e8a741

Please sign in to comment.