Skip to content

build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.4.1 in the go-dependencies group #12

build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.4.1 in the go-dependencies group

build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.4.1 in the go-dependencies group #12

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
runs-on:
- self-hosted-ghr
- size-l-x64
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Setup Go
uses: ./.github/workflows/go-setup
- name: Run golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: latest
args: --timeout=10m