Skip to content

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

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

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

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '^1.25'
check-latest: true
- run: go version
- run: go install github.com/mattn/goveralls@latest
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- run: make test
- run: make lint
- run: goveralls -coverprofile=profile.cov -service=github
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}