Skip to content

Chore: (deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 (#… #891

Chore: (deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 (#…

Chore: (deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 (#… #891

Workflow file for this run

name: build-and-test-macos
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
strategy:
matrix:
os: [ macos-12, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
# Parallel tests
- run: go test ./...