Skip to content

chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.17.0 #2

chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.17.0 #2

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: review
concurrency: review
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go test ./...