Skip to content

Commit 50746d0

Browse files
Update trunk for new go version
1 parent 5f85586 commit 50746d0

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

.trunk/trunk.yaml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ cli:
88
plugins:
99
sources:
1010
- id: trunk
11-
ref: v1.7.2
11+
ref: v1.7.6
1212
uri: https://github.com/trunk-io/plugins
1313

1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
- go@1.25.6
18-
- node@22.16.0
19-
- python@3.10.8
17+
- go@1.25.7
2018

2119
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
2220
lint:
@@ -26,25 +24,26 @@ lint:
2624
- contrib/**
2725
- protos/pb/pb.pb.go
2826
enabled:
29-
- svgo@4.0.0
30-
- golangci-lint2@2.4.0
27+
- taplo@0.10.0
28+
- svgo@4.0.1
29+
- golangci-lint2@2.11.3
3130
- trivy@0.69.3
32-
- actionlint@1.7.7
33-
- checkov@3.2.467
34-
- dotenv-linter@3.3.0
31+
- actionlint@1.7.11
32+
- checkov@3.2.510
33+
- dotenv-linter@4.0.0
3534
- git-diff-check
3635
- gofmt@1.20.4
37-
- hadolint@2.12.1-beta
38-
- markdownlint@0.45.0
39-
- osv-scanner@2.2.2
40-
- oxipng@9.1.5
41-
- prettier@3.6.2
42-
- renovate@41.91.3
36+
- hadolint@2.14.0
37+
- markdownlint@0.48.0
38+
- osv-scanner@2.3.3
39+
- oxipng@10.1.0
40+
- prettier@3.8.1
41+
- renovate@43.84.0
4342
- shellcheck@0.11.0
4443
- shfmt@3.6.0
45-
- tflint@0.59.1
46-
- trufflehog@3.90.5
47-
- yamllint@1.37.1
44+
- tflint@0.61.0
45+
- trufflehog@3.94.0
46+
- yamllint@1.38.0
4847
actions:
4948
enabled:
5049
- trunk-announce

0 commit comments

Comments
 (0)