Skip to content

fix(ci): rely on go.mod toolchain #54

fix(ci): rely on go.mod toolchain

fix(ci): rely on go.mod toolchain #54

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
uses: charmbracelet/meta/.github/workflows/build.yml@main
with:
go-version-file: ./go.mod
secrets:
gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"