Skip to content

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.50.0 #51

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.50.0

build(deps): bump golang.org/x/crypto from 0.48.0 to 0.50.0 #51

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: 1.24
- name: Test
run: go test -v -race -covermode=atomic -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Codecov
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
with:
token: ${{ secrets.CODECOV_TOKEN }}