Skip to content

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0 #49

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0 #49

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Run tests
run: go test ./...