Skip to content

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in /xpty (#179) #219

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in /xpty (#179)

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in /xpty (#179) #219

Workflow file for this run

# auto-generated by scripts/dependabot. DO NOT EDIT.
name: editor
on:
push:
branches:
- main
pull_request:
paths:
- editor/**
- .github/workflows/editor.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./editor
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./editor/go.mod
cache: true
cache-dependency-path: ./editor/go.sum
- run: go build -v ./...
- run: go test -race -v ./...