Skip to content

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

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

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

Workflow file for this run

name: Test
'on':
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: Lint and test
run: |
make lint
make test