Skip to content

Bump golang.org/x/crypto from 0.42.0 to 0.46.0 #29

Bump golang.org/x/crypto from 0.42.0 to 0.46.0

Bump golang.org/x/crypto from 0.42.0 to 0.46.0 #29

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: build
run: make build