Skip to content

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0 #247

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0 #247

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install dependencies
run: go mod download
- name: Generate code
run: go generate ./...
- name: Run tests
run: go test -v ./...