Skip to content

Bump golang.org/x/tools from 0.20.0 to 0.21.0 #465

Bump golang.org/x/tools from 0.20.0 to 0.21.0

Bump golang.org/x/tools from 0.20.0 to 0.21.0 #465

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
- name: go mod tidy check
uses: katexochen/go-tidy-check@v2