Skip to content

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 #342

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 #342

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.22
- name: Check out code
uses: actions/checkout@v1
- name: Run Unit tests.
run: make test