Skip to content

Bump the go group with 5 updates #340

Bump the go group with 5 updates

Bump the go group with 5 updates #340

Workflow file for this run

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