Skip to content

build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 #260

build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0

build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 #260

Workflow file for this run

name: Go Lint
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9