Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

chore(deps): bump github.com/mark3labs/mcp-go from 0.17.0 to 0.21.0 #140

chore(deps): bump github.com/mark3labs/mcp-go from 0.17.0 to 0.21.0

chore(deps): bump github.com/mark3labs/mcp-go from 0.17.0 to 0.21.0 #140

Workflow file for this run

name: Go Static Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: nilaway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: nilaway
run: ~/go/bin/nilaway ./...
continue-on-error: true