Skip to content

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.18.0 #225

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.18.0

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.18.0 #225

Workflow file for this run

name: Fmt
on:
pull_request:
push:
branches:
- master
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check code formatting using gofmt
uses: Jerome1337/gofmt-action@v1.0.5