Skip to content

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

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 #53

Workflow file for this run

name: Linter
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/**'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version: '1.23'
id: go
- name: Checkout repository
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose