Skip to content

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 #893

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0

chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 #893

Workflow file for this run

name: K9s Checks
on:
workflow_dispatch:
push:
branches:
- master
tags:
- rc*
- v*
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Setup GO env
run: go env -w CGO_ENABLED=0
- name: Run Tests
run: make test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}