Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #64

build(deps): bump actions/checkout from 6.0.2 to 6.0.3

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #64

Workflow file for this run

name: macOS Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
go-version:
- "1.26"
runs-on: macos-latest
steps:
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run tests
run: go test -v -race ./...