Skip to content

Update git.io.sh - show progress bar #600

Update git.io.sh - show progress bar

Update git.io.sh - show progress bar #600

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build:
strategy:
matrix:
go-version: [latest, dev-latest, mod]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: kevincobain2000/[email protected]
with:
version: ${{ matrix.go-version }}
- name: Go version
run: go version
- name: Build
run: go build cmd/gobrew/main.go