Skip to content

fix(deps): update module github.com/stretchr/testify to v1.11.0 in go… #255

fix(deps): update module github.com/stretchr/testify to v1.11.0 in go…

fix(deps): update module github.com/stretchr/testify to v1.11.0 in go… #255

Workflow file for this run

name: Lint and Generate
on:
pull_request:
push:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version: 1.25.x
cache: true
- name: setup
run: |
go install github.com/projectdiscovery/yamldoc-go/cmd/docgen/dstdocgen@latest
- name: generate
run: go run mage.go generate
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
- name: markdown
run: go run mage.go markdown >> $GITHUB_STEP_SUMMARY