Skip to content

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 #85

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 #85

Workflow file for this run

name: Build & Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...