Skip to content

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group #494

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group #494

Workflow file for this run

---
name: Lint
"on":
pull_request:
branches:
- main
jobs:
lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint codebase
run: make lint