Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci-lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3