Skip to content

Bump the go group with 7 updates #323

Bump the go group with 7 updates

Bump the go group with 7 updates #323

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Go ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-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: Run tests
run: |
go test ./...
- name: Build and Install
run: |
go run build/make.go
go run build/make.go --install