Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #302

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #302

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
- name: run lint
run: nix develop -c make lint