Skip to content

fix(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #3

fix(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

fix(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #3

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1