Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go… #83

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go…

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go… #83

Workflow file for this run

name: tests
on:
push:
permissions: {}
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.2
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: stable
- run: make verify
- run: make test