Skip to content

Commit a6c991e

Browse files
committed
bump action, pre-commit hook, skip hook in ci
1 parent 1c73e01 commit a6c991e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
go-version: stable
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6.2.0
21+
uses: golangci/golangci-lint-action@v6.5.0
2222
with:
2323
version: latest

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
repos:
22
- repo: https://github.com/golangci/golangci-lint
3-
rev: v1.63.4
3+
rev: v1.64.6
44
hooks:
55
- id: golangci-lint-full
6+
7+
ci:
8+
skip: [golangci-lint-full]

0 commit comments

Comments
 (0)