Skip to content

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #319

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #319

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: ['opened', 'synchronize']
paths-ignore:
- 'README.md'
push:
branches:
- main
paths-ignore:
- 'README.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0