Skip to content

Added a command to accumulate listed gog updates in update file #272

Added a command to accumulate listed gog updates in update file

Added a command to accumulate listed gog updates in update file #272

Workflow file for this run

on: [push, pull_request]
name: Build
env:
CGO_ENABLED: "0"
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, windows-2022, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: go build