Skip to content

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

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

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

Workflow file for this run

name: Linting with golangci-lint
on:
push:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
pull_request:
paths:
- "commands/**.go"
- "internal/**/*.go"
- "pkg/**/*.go"
- "cmd/*/*.go"
- "go.*"
jobs:
golangci:
name: linter
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.23.X
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: latest