Skip to content

Bump golang.org/x/sys from 0.29.0 to 0.30.0 #468

Bump golang.org/x/sys from 0.29.0 to 0.30.0

Bump golang.org/x/sys from 0.29.0 to 0.30.0 #468

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: sudo make test
- run: make lint