Skip to content

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #863

Bump golang.org/x/crypto from 0.26.0 to 0.27.0

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #863

Workflow file for this run

name: Go
on: [pull_request]
jobs:
unit-test:
strategy:
matrix:
runs-on:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
go test -v ./...