Skip to content

Bump golang.org/x/term from 0.12.0 to 0.13.0 #108

Bump golang.org/x/term from 0.12.0 to 0.13.0

Bump golang.org/x/term from 0.12.0 to 0.13.0 #108

Workflow file for this run

---
name: Tests
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: go build ./...
- name: Test
run: |
make test