Skip to content

Update dependencies, get rid of crazy pty func #263

Update dependencies, get rid of crazy pty func

Update dependencies, get rid of crazy pty func #263

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
args: -p bugs -p unused
- name: Test
run: |
make