Skip to content

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #167

Bump golang.org/x/crypto from 0.1.0 to 0.17.0

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #167

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 }}