Skip to content

chore(deps): eol patch: github.com/Microsoft/go-winio, github.com/stretchr/testify #352

chore(deps): eol patch: github.com/Microsoft/go-winio, github.com/stretchr/testify

chore(deps): eol patch: github.com/Microsoft/go-winio, github.com/stretchr/testify #352

Workflow file for this run

name: generate-mock
on:
pull_request:
jobs:
native:
strategy:
matrix:
runs-on:
- ubuntu-latest
- windows-latest
fail-fast: false
runs-on: ${{ matrix.runs-on }}
steps:
- name: Setup go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- run: go install github.com/golang/mock/mockgen@v1.6.0
- run: go generate statsd/statsd.go
- run: git diff --exit-code HEAD