Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /tests/go in the go-dependencies group across 1 directory #953

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /tests/go in the go-dependencies group across 1 directory

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /tests/go in the go-dependencies group across 1 directory #953

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install tools
run: make install-lint-go
- name: Run golangci-lint
run: make lint-go