Skip to content

Commit

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

Bumps [golangci/golangci-lint-action](https://github.com/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@ec5d184...2226d7c)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daisuke Maki <[email protected]>
  • Loading branch information
dependabot[bot] and Daisuke Maki authored Feb 24, 2025
1 parent 967b7e4 commit f22819b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
- name: Run go vet
run: |
go vet ./...
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
run:

linters-settings:
govet:
enable-all: true
Expand Down Expand Up @@ -92,7 +90,7 @@ issues:
- forbidigo
- path: /*_test.go
text: "var-naming: "
litners:
linters:
- revive

# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
Expand Down

0 comments on commit f22819b

Please sign in to comment.