Skip to content

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

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

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v3
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'v1.51.2'