Skip to content

build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 #58

build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0

build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 #58

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.25"]
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup go ${{ matrix.go }}
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
check-latest: true
cache: true
- name: Run tests
run: go test -v ./pkg/taon/...
env:
COLUMNS: 158
GOEXPERIMENT: jsonv2