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

fix(deps): update module github.com/mark3labs/mcp-go to v0.23.1 #142

fix(deps): update module github.com/mark3labs/mcp-go to v0.23.1

fix(deps): update module github.com/mark3labs/mcp-go to v0.23.1 #142

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