Skip to content

Bump golang.org/x/crypto from 0.39.0 to 0.46.0 #334

Bump golang.org/x/crypto from 0.39.0 to 0.46.0

Bump golang.org/x/crypto from 0.39.0 to 0.46.0 #334

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.24"
- name: test
run: go mod tidy -v && go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
uses: codecov/codecov-action@v5.4.3
with:
token: ${{ secrets.CODECOV_TOKEN }}