Skip to content

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group #90

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group #90

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: tst
on:
workflow_dispatch: {}
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- .golangci.yml
- tools/**
- .github/workflows/ci.yml
- .github/workflows/sub_tst.yml
- tst/**
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
mod_path: tst
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}