chore: update the trunk conf file#2217
Merged
matthewmcneely merged 1 commit intomainfrom Aug 19, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the trunk configuration file to use newer versions of the Go toolchain and various linters. The update includes upgrading the trunk CLI version, plugin reference, Go runtime, and multiple linting tools to their latest supported versions.
- Updates trunk CLI from 1.22.10 to 1.24.0 and plugins from v1.6.7 to v1.7.1
- Upgrades Go runtime from 1.23.5 to 1.24.5
- Updates multiple linters including trivy, renovate, checkov, golangci-lint, and others to newer versions
Comments suppressed due to low confidence (1)
.trunk/trunk.yaml:29
- The package '[email protected]' appears to be incorrect. This should likely be '[email protected]' or the version number may be wrong for golangci-lint2 if it's a different package.
mangalaman93
approved these changes
Aug 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the trunk config to use the current support go toolchain version and upgrades used linters.
Checklist