Skip to content

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

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

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

Workflow file for this run

name: Test Suite
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: go test -v .