Skip to content

build(deps): bump github.com/sourcegraph/jsonrpc2 from 0.0.0-20210201082850-366fbb520750 to 0.2.0 #8

build(deps): bump github.com/sourcegraph/jsonrpc2 from 0.0.0-20210201082850-366fbb520750 to 0.2.0

build(deps): bump github.com/sourcegraph/jsonrpc2 from 0.0.0-20210201082850-366fbb520750 to 0.2.0 #8

Workflow file for this run

name: lint
on:
workflow_call:
inputs: {}
pull_request:
branches:
- main
- v*
- feature*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install go
uses: actions/setup-go@v5
with:
# The versions of golangci-lint and setup-go here cross-depend and need to update together.
go-version: '1.23'
# Either this action or golangci-lint needs to disable the cache
cache: false
- run: go mod tidy
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.2