Skip to content

build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#567) #627

build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#567)

build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#567) #627

Workflow file for this run

name: Golangci-Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- run: go mod vendor
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61