Skip to content

build(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#20) #33

build(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#20)

build(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#20) #33

Workflow file for this run

name: run-ci
on: [push]
jobs:
run-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-golang@v1
with:
version-file: go.mod
- name: Vet
run: |
make vet
- name: Tests
run: |
make test