Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#37) #246

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#37)

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#37) #246

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}