Skip to content

⬆️ Bump github.com/fatih/color from 1.15.0 to 1.16.0 #81

⬆️ Bump github.com/fatih/color from 1.15.0 to 1.16.0

⬆️ Bump github.com/fatih/color from 1.15.0 to 1.16.0 #81

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.16
- name: Compile code
run: make