Skip to content

Bump golang.org/x/crypto from 0.19.0 to 0.22.0 #127

Bump golang.org/x/crypto from 0.19.0 to 0.22.0

Bump golang.org/x/crypto from 0.19.0 to 0.22.0 #127

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...