Skip to content

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 #26

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 #26

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
timeout-minutes: 5