Skip to content

fix(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /mysql #120

fix(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /mysql

fix(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /mysql #120

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: ./.github/actions/setup-go
with:
go-version: '1.23.x'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1
args: --verbose --timeout 5m