Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #117

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

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #117

Workflow file for this run

name: unittest
on:
pull_request:
push:
branches:
- 'main'
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
unittest:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.23
uses: actions/setup-go@v3
with:
go-version: "1.23"
- name: Run unit tests
run: make test