Skip to content

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.31.0 #27

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.31.0

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.31.0 #27

Workflow file for this run

name: Golang Formatter
on: [pull_request]
jobs:
build:
name: Golang Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: work around permission issue
run: git config --global --add safe.directory /github/workspace
- name: Golang Formatter
uses: brucetieu/auto-go-format@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}