Skip to content

build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 #533

build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0

build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 #533

Workflow file for this run

name: UnitTestExampleCodes
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test for example codes (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: Run tests for example codes
run: make test-examples