Skip to content

build(deps): bump golang.org/x/sys from 0.35.0 to 0.37.0 #34

build(deps): bump golang.org/x/sys from 0.35.0 to 0.37.0

build(deps): bump golang.org/x/sys from 0.35.0 to 0.37.0 #34

Workflow file for this run

# See LICENSE file for copyright and license information
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...