Skip to content

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools #158

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools #158

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint