Skip to content

Bump github.com/mattn/go-isatty from 0.0.10 to 0.0.20 #25

Bump github.com/mattn/go-isatty from 0.0.10 to 0.0.20

Bump github.com/mattn/go-isatty from 0.0.10 to 0.0.20 #25

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21
id: go
- name: Check Code
uses: actions/checkout@v4
- name: Test
run: |
make test