Skip to content

Bump golang.org/x/term from 0.8.0 to 0.11.0 #85

Bump golang.org/x/term from 0.8.0 to 0.11.0

Bump golang.org/x/term from 0.8.0 to 0.11.0 #85

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.17"
- name: setup env
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
shell: bash
- uses: actions/checkout@v3
- run: make build ginkgo test