Skip to content

feat(deps): bump github.com/charmbracelet/wish from 1.2.0 to 1.3.1 (#35) #95

feat(deps): bump github.com/charmbracelet/wish from 1.2.0 to 1.3.1 (#35)

feat(deps): bump github.com/charmbracelet/wish from 1.2.0 to 1.3.1 (#35) #95

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
go_version: ["1.19", stable]
uses: charmbracelet/meta/.github/workflows/build.yml@main
with:
go_version: ${{ matrix.go_version }}
snapshot:
uses: charmbracelet/meta/.github/workflows/snapshot.yml@main
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
coverage:
uses: charmbracelet/meta/.github/workflows/coverage.yml@main