Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#43) #58

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#43)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#43) #58

Workflow file for this run

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