[CONTINT-3542] Send in-<inode>
using the cgroup controller when container-id cannot be retrieved
#110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v3 | |
with: | |
go-version: 'stable' | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- run: go install github.com/golang/mock/[email protected] | |
- run: go generate statsd/statsd.go | |
- run: git diff --exit-code HEAD |