Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #486

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #486

Workflow file for this run

name: main
on:
push:
branches:
- master
ignore-tags:
- "v*"
pull_request:
jobs:
pipeline:
name: pipeline
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected]
- name: Set up Golang
uses: actions/[email protected]
with:
go-version: stable
- name: Run Tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload tests coverage to codeconv.io
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}