Skip to content

build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group #71

build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group

build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in the go_modules group #71

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/iofinnet
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: make test