Skip to content

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #593

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #593

Workflow file for this run

name: MacOS tests
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build Test
run: |
make
- name: Run unit tests on MacOS
run: go test -v -race ./pkg/...