Skip to content

Bump golang.org/x/crypto from 0.17.0 to 0.31.0 #81

Bump golang.org/x/crypto from 0.17.0 to 0.31.0

Bump golang.org/x/crypto from 0.17.0 to 0.31.0 #81

Workflow file for this run

on:
push:
branches:
- master
pull_request:
issue_comment:
types:
- created
name: Test
jobs:
test:
if: (github.event.issue.pull_request != '' && contains(github.event.comment.body, '/test')) || github.event_name == 'pull_request' || github.event_name == 'push'
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test