Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump golang.org/x/term from 0.3.0 to 0.14.0 #697

Bump golang.org/x/term from 0.3.0 to 0.14.0

Bump golang.org/x/term from 0.3.0 to 0.14.0 #697

Workflow file for this run

name: Build
on:
push:
branches:
- master
- release-*
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Run build
run: make package