Skip to content

build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #16

build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3

build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #16

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup go ${{ matrix.go }}
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true
cache: true
- name: Run tests
run: go test -v ./pkg/taon/...
env:
COLUMNS: 158