Skip to content

Commit cd7f5ed

Browse files
committed
Pin golangci-lint to 1.25 for now
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 83e08dc commit cd7f5ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- name: Run govulncheck
3939
uses: golang/govulncheck-action@v1
4040
with:
41-
go-version-input: ''
42-
go-version-file: go.mod
41+
# Use Go 1.26.1 to pick up crypto/x509 vulnerability fixes (GO-2026-4600, GO-2026-4599).
42+
# go.mod stays at go 1.25.8 for golangci-lint compatibility until it supports Go 1.26.
43+
go-version-input: '1.26.1'
4344
go-package: ./...
4445
repo-checkout: false
4546

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/modelcontextprotocol/registry
22

3-
go 1.26.1
3+
go 1.25.8
44

55
require (
66
cloud.google.com/go/kms v1.26.0

0 commit comments

Comments
 (0)