Skip to content

build(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 #583

build(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1

build(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 #583

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/...