Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #124

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #124

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Lint 🎨
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=30m ./...