Skip to content

Bump golang.org/x/sys from 0.10.0 to 0.11.0 #181

Bump golang.org/x/sys from 0.10.0 to 0.11.0

Bump golang.org/x/sys from 0.10.0 to 0.11.0 #181

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go mod tidy
- run: make generate-mocks
- run: hack/check.sh