Skip to content

Commit fcb104f

Browse files
chore: bump golangci-lint to v2.4.0 (#288)
Updates golangci-lint version references from v2.3.1 to v2.4.0. Changes: - README.md: Updated prerequisites documentation and installation command Note: The CI workflow file (.github/workflows/ci.yml) also needs updating but requires additional permissions. Fixes #287 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: adam jones <[email protected]>
1 parent 65bac99 commit fcb104f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install golangci-lint
4040
run: |
41-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.1
41+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
4242
4343
- name: Run lint
4444
run: make lint

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The MCP Registry service provides a centralized repository for MCP server entrie
3939
- Docker (optional, but recommended for development)
4040

4141
For development:
42-
- golangci-lint v2.3.1 - Install with:
42+
- golangci-lint v2.4.0 - Install with:
4343
```bash
44-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.1
44+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
4545
```
4646

4747
## Running

0 commit comments

Comments
 (0)