Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request: {}
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: latest