Skip to content

Commit f02092e

Browse files
dependabot[bot]Daisuke Maki
andauthored
Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#1289)
* 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] <support@github.com> * fix spelling * remove empty run element --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daisuke Maki <lestrrat+github@github.com>
1 parent f3738cb commit f02092e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1010
with:
1111
go-version-file: "go.mod"
12-
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
12+
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
1313
- name: Run go vet
1414
run: |
1515
go vet ./...

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
run:
2-
31
linters-settings:
42
govet:
53
enable-all: true
@@ -92,7 +90,7 @@ issues:
9290
- forbidigo
9391
- path: /*_test.go
9492
text: "var-naming: "
95-
litners:
93+
linters:
9694
- revive
9795

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

0 commit comments

Comments
 (0)