Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 #954

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 #954

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.22.4
- name: run make
run: make format