Skip to content

Bump golang.org/x/crypto from 0.20.0 to 0.31.0 #14

Bump golang.org/x/crypto from 0.20.0 to 0.31.0

Bump golang.org/x/crypto from 0.20.0 to 0.31.0 #14

Workflow file for this run

on:
pull_request:
branches:
- master
name: Static Check
jobs:
fmt:
name: Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: check
uses: grandcolline/[email protected]
with:
run: fmt
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 }}