Skip to content

Bump the go group with 2 updates (#72) #155

Bump the go group with 2 updates (#72)

Bump the go group with 2 updates (#72) #155

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Build
run: |
go run build/make.go
go run build/make.go --install