Skip to content

build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 (#531) #594

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

build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 (#531) #594

Workflow file for this run

name: Go Lint & Test in CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: checkout branch
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout branch
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
cache: false
- name: Test
run: go test -v ./...