Skip to content

Commit 0ef993f

Browse files
chore: update the trunk conf file (#2217)
**Description** This PR updates the trunk config to use the current support go toolchain version and upgrades used linters. **Checklist** - [x] Code compiles correctly and linting passes locally
1 parent ba57eda commit 0ef993f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.trunk/trunk.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
version: 0.1
44

55
cli:
6-
version: 1.22.10
6+
version: 1.24.0
77

88
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
99
plugins:
1010
sources:
1111
- id: trunk
12-
ref: v1.6.7
12+
ref: v1.7.1
1313
uri: https://github.com/trunk-io/plugins
1414

1515
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1616
runtimes:
1717
enabled:
18-
- go@1.23.5
18+
- go@1.24.5
1919
- node@18.20.5
2020
- python@3.10.8
2121

@@ -26,23 +26,24 @@ lint:
2626
paths:
2727
- "*.pb.go"
2828
enabled:
29-
- trivy@0.59.1
30-
- renovate@39.169.3
29+
- golangci-lint2@2.3.1
30+
- trivy@0.64.1
31+
- renovate@41.51.2
3132
- actionlint@1.7.7
32-
- checkov@3.2.369
33+
- checkov@3.2.457
3334
- git-diff-check
3435
- gofmt@1.20.4
35-
- golangci-lint@1.63.4
36-
- markdownlint@0.44.0
37-
- osv-scanner@1.9.2
38-
- oxipng@9.1.3
39-
- prettier@3.5.0
36+
- golangci-lint@1.64.8
37+
- markdownlint@0.45.0
38+
- osv-scanner@2.0.3
39+
- oxipng@9.1.5
40+
- prettier@3.6.2
4041
- shellcheck@0.10.0
4142
- shfmt@3.6.0
42-
- svgo@3.3.2
43+
- svgo@4.0.0
4344
- taplo@0.9.3
44-
- trufflehog@3.88.7
45-
- yamllint@1.35.1
45+
- trufflehog@3.90.2
46+
- yamllint@1.37.1
4647
actions:
4748
enabled:
4849
- trunk-announce

0 commit comments

Comments
 (0)