Skip to content

improve error messages when mutating paths #2273

improve error messages when mutating paths

improve error messages when mutating paths #2273

Workflow file for this run

name: verify
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.4.0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2.2.0
with:
go-version: "1.20"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
timeout-minutes: 5
with:
version: v1.52.2
- run: |
go mod tidy
git diff --exit-code