Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Update module github.com/fatih/color to v1.17.0 #872

Update module github.com/fatih/color to v1.17.0

Update module github.com/fatih/color to v1.17.0 #872

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Run go mod download
run: go mod download
- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Install gox
run: go get github.com/mitchellh/gox
- name: build
run: gox --osarch "linux/amd64 linux/386 darwin/amd64" github.com/raba-jp/primus/cmd/primus