Skip to content

Commit c1b7541

Browse files
committed
Merge branch 'master' into 2882_secrets
2 parents 6484b2e + 85d927e commit c1b7541

File tree

86 files changed

+3258
-708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3258
-708
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
rev: v1.62.0 # Should match .github/workflows/build.yml
1111
hooks:
1212
- id: golangci-lint-full
13-
language_version: 1.23.0 # Should match runner/go.mod
13+
language_version: 1.23.8 # Should match runner/go.mod
1414
entry: bash -c 'cd runner && golangci-lint run'
1515
stages: [manual]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)