Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #110

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #110

Workflow file for this run

name: go-tests
on:
pull_request:
permissions:
contents: read
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: bootstrap
uses: ./.github/actions/bootstrap
with:
go-tools: true
- name: Run tests
run: |
make test