Skip to content

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

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 #66

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code
uses: golangci/golangci-lint-action@v3