Skip to content

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /test/e2e #1102

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /test/e2e

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /test/e2e #1102

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/[email protected]
with:
files: ./cover.out