Skip to content

Bump golang.org/x/crypto from 0.48.0 to 0.52.0 in /_example/gin #336

Bump golang.org/x/crypto from 0.48.0 to 0.52.0 in /_example/gin

Bump golang.org/x/crypto from 0.48.0 to 0.52.0 in /_example/gin #336

Workflow file for this run

on: [pull_request]
name: Coverage
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
files: coverage.txt
name: codecov-umbrella
verbose: true