Skip to content

Bump golang.org/x/net from 0.10.0 to 0.23.0 #171

Bump golang.org/x/net from 0.10.0 to 0.23.0

Bump golang.org/x/net from 0.10.0 to 0.23.0 #171

Workflow file for this run

name: static check
on: pull_request
jobs:
imports:
name: Imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: check
uses: grandcolline/[email protected]
with:
run: imports
token: ${{ secrets.GITHUB_TOKEN }}
# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: check
# uses: grandcolline/[email protected]
# with:
# run: lint
# token: ${{ secrets.GITHUB_TOKEN }}