Skip to content

Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in the go_modules group across 1 directory #107

Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in the go_modules group across 1 directory #107

Workflow file for this run

name: Run test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.22', '1.23']
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Test
run: |
make test