Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #1475

Bump golang.org/x/crypto from 0.12.0 to 0.13.0

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #1475

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Make all
run: make all