Skip to content

build(deps): bump github.com/charmbracelet/wish from 1.3.1 to 1.4.0 #548

build(deps): bump github.com/charmbracelet/wish from 1.3.1 to 1.4.0

build(deps): bump github.com/charmbracelet/wish from 1.3.1 to 1.4.0 #548

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Lint
uses: golangci/golangci-lint-action@v2
- name: Test
run: go test -race -v -short ./...