| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Update Go version to 1.25.8 (fixes CVE-2026-25679, CVE-2026-27142, CVE-2026-27139) - Update google.golang.org/grpc to v1.79.3 (fixes GHSA-p77j-4mvh-x3m3) - Update github.com/buger/jsonparser to v1.1.2 (fixes GHSA-6g7g-w4f8-9c9x) - Migrate .golangci.yml to v2 syntax for golangci-lint compatibility - Update CI workflow to use Go 1.25.8 Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: lint SummaryThe lint check failed due to a Go version mismatch between golangci-lint and the project's target Go version. Root CauseThe golangci-lint binary (v1.64.2) was built with Go 1.24, but the project now uses Go 1.25.8 after the CVE remediation. golangci-lint refuses to run when its build version is lower than the target Go version to avoid potential compatibility issues. Error DetailsError: can't load config: the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25.8) RecommendationUpdate GOLANGCI_VERSION in .github/workflows/ci.yml to a version built with Go 1.25 or later. The latest version (v1.64.3 or newer) should support Go 1.25.8. This analysis was generated by the build-failure-analyze skill. |
Sorry, something went wrong.
The previous version (v1.64.2) was built with Go 1.24 and cannot lint code targeting Go 1.25.8. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: lint SummaryThe lint check failed due to incompatibility between golangci-lint v2.11.4 and golangci-lint-action v6. Root CauseThe CI workflow uses golangci-lint-action@v6, which does not support golangci-lint v2.x versions. The error explicitly states: "golangci-lint v2 is not supported by golangci-lint-action v6, you must update to golangci-lint-action v7." Error DetailsError: invalid version string 'v2.11.4', golangci-lint v2 is not supported by golangci-lint-action v6, you must update to golangci-lint-action v7. RecommendationUpgrade golangci/golangci-lint-action from v6 to v7 in .github/workflows/ci.yml to support golangci-lint v2.x versions required for Go 1.25.8 compatibility. This analysis was generated by the build-failure-analyze skill. |
Sorry, something went wrong.
Golangci-lint-action v6 does not support golangci-lint v2.x versions. Upgrade to v7 to use golangci-lint v2.11.4 with Go 1.25.8. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
| run: | ||
| timeout: 10m | ||
| timeout: 90m | ||
| concurrency: 1 |
There was a problem hiding this comment.
We would like to use a common configuration across the official package repositories...
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
References
Verification