Skip to content

Commit 7d186c7

Browse files
authored
Merge pull request #75 from ne-sachirou/renovate/golangci-golangci-lint-action-9.x
Update golangci/golangci-lint-action action to v9.2.0
2 parents d6cddb5 + 22721f0 commit 7d186c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2020
with:
2121
go-version: ${{ matrix.go }}
22-
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
22+
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2323
- name: go generate の生成漏れが無いか確認
2424
run: |
2525
set -e

0 commit comments

Comments
 (0)