Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [master]
jobs:
golangci:
name: lint
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.61